3 Broadcom B43legacy wireless driver
5 Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
6 Stefano Brivio <stefano.brivio@polimi.it>
7 Michael Buesch <mbuesch@freenet.de>
8 Danny van Dyk <kugelfang@gentoo.org>
9 Andreas Jaggi <andreas.jaggi@waterwave.ch>
10 Copyright (c) 2007 Larry Finger <Larry.Finger@lwfinger.net>
12 Some parts of the code in this file are derived from the ipw2200
13 driver Copyright(c) 2003 - 2004 Intel Corporation.
15 This program is free software; you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation; either version 2 of the License, or
18 (at your option) any later version.
20 This program is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details.
25 You should have received a copy of the GNU General Public License
26 along with this program; see the file COPYING. If not, write to
27 the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
28 Boston, MA 02110-1301, USA.
32 #include <linux/delay.h>
33 #include <linux/pci.h>
34 #include <linux/types.h>
36 #include "b43legacy.h"
43 static const s8 b43legacy_tssi2dbm_b_table[] = {
44 0x4D, 0x4C, 0x4B, 0x4A,
45 0x4A, 0x49, 0x48, 0x47,
46 0x47, 0x46, 0x45, 0x45,
47 0x44, 0x43, 0x42, 0x42,
48 0x41, 0x40, 0x3F, 0x3E,
49 0x3D, 0x3C, 0x3B, 0x3A,
50 0x39, 0x38, 0x37, 0x36,
51 0x35, 0x34, 0x32, 0x31,
52 0x30, 0x2F, 0x2D, 0x2C,
53 0x2B, 0x29, 0x28, 0x26,
54 0x25, 0x23, 0x21, 0x1F,
55 0x1D, 0x1A, 0x17, 0x14,
56 0x10, 0x0C, 0x06, 0x00,
62 static const s8 b43legacy_tssi2dbm_g_table[] = {
81 static void b43legacy_phy_initg(struct b43legacy_wldev *dev);
85 void b43legacy_voluntary_preempt(void)
87 B43legacy_BUG_ON(!(!in_atomic() && !in_irq() &&
88 !in_interrupt() && !irqs_disabled()));
89 #ifndef CONFIG_PREEMPT
91 #endif /* CONFIG_PREEMPT */
94 void b43legacy_raw_phy_lock(struct b43legacy_wldev *dev)
96 struct b43legacy_phy *phy = &dev->phy;
98 B43legacy_WARN_ON(!irqs_disabled());
99 if (b43legacy_read32(dev, B43legacy_MMIO_STATUS_BITFIELD) == 0) {
103 if (dev->dev->id.revision < 3) {
104 b43legacy_mac_suspend(dev);
105 spin_lock(&phy->lock);
107 if (!b43legacy_is_mode(dev->wl, IEEE80211_IF_TYPE_AP))
108 b43legacy_power_saving_ctl_bits(dev, -1, 1);
113 void b43legacy_raw_phy_unlock(struct b43legacy_wldev *dev)
115 struct b43legacy_phy *phy = &dev->phy;
117 B43legacy_WARN_ON(!irqs_disabled());
118 if (dev->dev->id.revision < 3) {
120 spin_unlock(&phy->lock);
121 b43legacy_mac_enable(dev);
124 if (!b43legacy_is_mode(dev->wl, IEEE80211_IF_TYPE_AP))
125 b43legacy_power_saving_ctl_bits(dev, -1, -1);
130 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset)
132 b43legacy_write16(dev, B43legacy_MMIO_PHY_CONTROL, offset);
133 return b43legacy_read16(dev, B43legacy_MMIO_PHY_DATA);
136 void b43legacy_phy_write(struct b43legacy_wldev *dev, u16 offset, u16 val)
138 b43legacy_write16(dev, B43legacy_MMIO_PHY_CONTROL, offset);
140 b43legacy_write16(dev, B43legacy_MMIO_PHY_DATA, val);
143 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev)
145 struct b43legacy_phy *phy = &dev->phy;
147 b43legacy_read32(dev, B43legacy_MMIO_STATUS_BITFIELD); /* Dummy read. */
150 if (phy->type == B43legacy_PHYTYPE_G && phy->rev == 1) {
151 b43legacy_wireless_core_reset(dev, 0);
152 b43legacy_phy_initg(dev);
153 b43legacy_wireless_core_reset(dev, B43legacy_TMSLOW_GMODE);
158 /* intialize B PHY power control
159 * as described in http://bcm-specs.sipsolutions.net/InitPowerControl
161 static void b43legacy_phy_init_pctl(struct b43legacy_wldev *dev)
163 struct b43legacy_phy *phy = &dev->phy;
166 u16 saved_txctl1 = 0;
167 int must_reset_txpower = 0;
169 B43legacy_BUG_ON(!(phy->type == B43legacy_PHYTYPE_B ||
170 phy->type == B43legacy_PHYTYPE_G));
171 if (is_bcm_board_vendor(dev) &&
172 (dev->dev->bus->boardinfo.type == 0x0416))
175 b43legacy_phy_write(dev, 0x0028, 0x8018);
176 b43legacy_write16(dev, 0x03E6, b43legacy_read16(dev, 0x03E6) & 0xFFDF);
178 if (phy->type == B43legacy_PHYTYPE_G) {
181 b43legacy_phy_write(dev, 0x047A, 0xC111);
183 if (phy->savedpctlreg != 0xFFFF)
185 #ifdef CONFIG_B43LEGACY_DEBUG
186 if (phy->manual_txpower_control)
190 if (phy->type == B43legacy_PHYTYPE_B &&
192 phy->radio_ver == 0x2050)
193 b43legacy_radio_write16(dev, 0x0076,
194 b43legacy_radio_read16(dev, 0x0076)
197 saved_batt = phy->bbatt;
198 saved_ratt = phy->rfatt;
199 saved_txctl1 = phy->txctl1;
200 if ((phy->radio_rev >= 6) && (phy->radio_rev <= 8)
201 && /*FIXME: incomplete specs for 5 < revision < 9 */ 0)
202 b43legacy_radio_set_txpower_bg(dev, 0xB, 0x1F, 0);
204 b43legacy_radio_set_txpower_bg(dev, 0xB, 9, 0);
205 must_reset_txpower = 1;
207 b43legacy_dummy_transmission(dev);
209 phy->savedpctlreg = b43legacy_phy_read(dev, B43legacy_PHY_G_PCTL);
211 if (must_reset_txpower)
212 b43legacy_radio_set_txpower_bg(dev, saved_batt, saved_ratt,
215 b43legacy_radio_write16(dev, 0x0076, b43legacy_radio_read16(dev,
217 b43legacy_radio_clear_tssi(dev);
220 static void b43legacy_phy_agcsetup(struct b43legacy_wldev *dev)
222 struct b43legacy_phy *phy = &dev->phy;
228 b43legacy_ilt_write(dev, offset, 0x00FE);
229 b43legacy_ilt_write(dev, offset + 1, 0x000D);
230 b43legacy_ilt_write(dev, offset + 2, 0x0013);
231 b43legacy_ilt_write(dev, offset + 3, 0x0019);
234 b43legacy_ilt_write(dev, 0x1800, 0x2710);
235 b43legacy_ilt_write(dev, 0x1801, 0x9B83);
236 b43legacy_ilt_write(dev, 0x1802, 0x9B83);
237 b43legacy_ilt_write(dev, 0x1803, 0x0F8D);
238 b43legacy_phy_write(dev, 0x0455, 0x0004);
241 b43legacy_phy_write(dev, 0x04A5, (b43legacy_phy_read(dev, 0x04A5)
243 b43legacy_phy_write(dev, 0x041A, (b43legacy_phy_read(dev, 0x041A)
245 b43legacy_phy_write(dev, 0x041A, (b43legacy_phy_read(dev, 0x041A)
247 b43legacy_phy_write(dev, 0x048C, (b43legacy_phy_read(dev, 0x048C)
250 b43legacy_radio_write16(dev, 0x007A,
251 b43legacy_radio_read16(dev, 0x007A)
254 b43legacy_phy_write(dev, 0x04A0, (b43legacy_phy_read(dev, 0x04A0)
256 b43legacy_phy_write(dev, 0x04A1, (b43legacy_phy_read(dev, 0x04A1)
258 b43legacy_phy_write(dev, 0x04A2, (b43legacy_phy_read(dev, 0x04A2)
260 b43legacy_phy_write(dev, 0x04A0, (b43legacy_phy_read(dev, 0x04A0)
264 b43legacy_phy_write(dev, 0x04A2,
265 (b43legacy_phy_read(dev, 0x04A2)
268 b43legacy_phy_write(dev, 0x0488, (b43legacy_phy_read(dev, 0x0488)
270 b43legacy_phy_write(dev, 0x0488, (b43legacy_phy_read(dev, 0x0488)
272 b43legacy_phy_write(dev, 0x0496, (b43legacy_phy_read(dev, 0x0496)
274 b43legacy_phy_write(dev, 0x0489, (b43legacy_phy_read(dev, 0x0489)
276 b43legacy_phy_write(dev, 0x0489, (b43legacy_phy_read(dev, 0x0489)
278 b43legacy_phy_write(dev, 0x0482, (b43legacy_phy_read(dev, 0x0482)
280 b43legacy_phy_write(dev, 0x0496, (b43legacy_phy_read(dev, 0x0496)
282 b43legacy_phy_write(dev, 0x0481, (b43legacy_phy_read(dev, 0x0481)
284 b43legacy_phy_write(dev, 0x0481, (b43legacy_phy_read(dev, 0x0481)
288 b43legacy_phy_write(dev, 0x0430, 0x092B);
289 b43legacy_phy_write(dev, 0x041B,
290 (b43legacy_phy_read(dev, 0x041B)
293 b43legacy_phy_write(dev, 0x041B,
294 b43legacy_phy_read(dev, 0x041B) & 0xFFE1);
295 b43legacy_phy_write(dev, 0x041F, 0x287A);
296 b43legacy_phy_write(dev, 0x0420,
297 (b43legacy_phy_read(dev, 0x0420)
302 b43legacy_phy_write(dev, 0x0422, 0x287A);
303 b43legacy_phy_write(dev, 0x0420,
304 (b43legacy_phy_read(dev, 0x0420)
308 b43legacy_phy_write(dev, 0x04A8, (b43legacy_phy_read(dev, 0x04A8)
310 b43legacy_phy_write(dev, 0x048E, 0x1C00);
313 b43legacy_phy_write(dev, 0x04AB,
314 (b43legacy_phy_read(dev, 0x04AB)
316 b43legacy_phy_write(dev, 0x048B, 0x005E);
317 b43legacy_phy_write(dev, 0x048C,
318 (b43legacy_phy_read(dev, 0x048C) & 0xFF00)
320 b43legacy_phy_write(dev, 0x048D, 0x0002);
323 b43legacy_ilt_write(dev, offset + 0x0800, 0);
324 b43legacy_ilt_write(dev, offset + 0x0801, 7);
325 b43legacy_ilt_write(dev, offset + 0x0802, 16);
326 b43legacy_ilt_write(dev, offset + 0x0803, 28);
329 b43legacy_phy_write(dev, 0x0426,
330 (b43legacy_phy_read(dev, 0x0426) & 0xFFFC));
331 b43legacy_phy_write(dev, 0x0426,
332 (b43legacy_phy_read(dev, 0x0426) & 0xEFFF));
336 static void b43legacy_phy_setupg(struct b43legacy_wldev *dev)
338 struct b43legacy_phy *phy = &dev->phy;
341 B43legacy_BUG_ON(phy->type != B43legacy_PHYTYPE_G);
343 b43legacy_phy_write(dev, 0x0406, 0x4F19);
344 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS,
345 (b43legacy_phy_read(dev,
346 B43legacy_PHY_G_CRS) & 0xFC3F) | 0x0340);
347 b43legacy_phy_write(dev, 0x042C, 0x005A);
348 b43legacy_phy_write(dev, 0x0427, 0x001A);
350 for (i = 0; i < B43legacy_ILT_FINEFREQG_SIZE; i++)
351 b43legacy_ilt_write(dev, 0x5800 + i,
352 b43legacy_ilt_finefreqg[i]);
353 for (i = 0; i < B43legacy_ILT_NOISEG1_SIZE; i++)
354 b43legacy_ilt_write(dev, 0x1800 + i,
355 b43legacy_ilt_noiseg1[i]);
356 for (i = 0; i < B43legacy_ILT_ROTOR_SIZE; i++)
357 b43legacy_ilt_write32(dev, 0x2000 + i,
358 b43legacy_ilt_rotor[i]);
360 /* nrssi values are signed 6-bit values. Why 0x7654 here? */
361 b43legacy_nrssi_hw_write(dev, 0xBA98, (s16)0x7654);
364 b43legacy_phy_write(dev, 0x04C0, 0x1861);
365 b43legacy_phy_write(dev, 0x04C1, 0x0271);
366 } else if (phy->rev > 2) {
367 b43legacy_phy_write(dev, 0x04C0, 0x0098);
368 b43legacy_phy_write(dev, 0x04C1, 0x0070);
369 b43legacy_phy_write(dev, 0x04C9, 0x0080);
371 b43legacy_phy_write(dev, 0x042B, b43legacy_phy_read(dev,
374 for (i = 0; i < 64; i++)
375 b43legacy_ilt_write(dev, 0x4000 + i, i);
376 for (i = 0; i < B43legacy_ILT_NOISEG2_SIZE; i++)
377 b43legacy_ilt_write(dev, 0x1800 + i,
378 b43legacy_ilt_noiseg2[i]);
382 for (i = 0; i < B43legacy_ILT_NOISESCALEG_SIZE; i++)
383 b43legacy_ilt_write(dev, 0x1400 + i,
384 b43legacy_ilt_noisescaleg1[i]);
385 else if ((phy->rev >= 7) && (b43legacy_phy_read(dev, 0x0449) & 0x0200))
386 for (i = 0; i < B43legacy_ILT_NOISESCALEG_SIZE; i++)
387 b43legacy_ilt_write(dev, 0x1400 + i,
388 b43legacy_ilt_noisescaleg3[i]);
390 for (i = 0; i < B43legacy_ILT_NOISESCALEG_SIZE; i++)
391 b43legacy_ilt_write(dev, 0x1400 + i,
392 b43legacy_ilt_noisescaleg2[i]);
395 for (i = 0; i < B43legacy_ILT_SIGMASQR_SIZE; i++)
396 b43legacy_ilt_write(dev, 0x5000 + i,
397 b43legacy_ilt_sigmasqr1[i]);
398 else if ((phy->rev > 2) && (phy->rev <= 8))
399 for (i = 0; i < B43legacy_ILT_SIGMASQR_SIZE; i++)
400 b43legacy_ilt_write(dev, 0x5000 + i,
401 b43legacy_ilt_sigmasqr2[i]);
404 for (i = 0; i < B43legacy_ILT_RETARD_SIZE; i++)
405 b43legacy_ilt_write32(dev, 0x2400 + i,
406 b43legacy_ilt_retard[i]);
407 for (i = 4; i < 20; i++)
408 b43legacy_ilt_write(dev, 0x5400 + i, 0x0020);
409 b43legacy_phy_agcsetup(dev);
411 if (is_bcm_board_vendor(dev) &&
412 (dev->dev->bus->boardinfo.type == 0x0416) &&
413 (dev->dev->bus->boardinfo.rev == 0x0017))
416 b43legacy_ilt_write(dev, 0x5001, 0x0002);
417 b43legacy_ilt_write(dev, 0x5002, 0x0001);
419 for (i = 0; i <= 0x20; i++)
420 b43legacy_ilt_write(dev, 0x1000 + i, 0x0820);
421 b43legacy_phy_agcsetup(dev);
422 b43legacy_phy_read(dev, 0x0400); /* dummy read */
423 b43legacy_phy_write(dev, 0x0403, 0x1000);
424 b43legacy_ilt_write(dev, 0x3C02, 0x000F);
425 b43legacy_ilt_write(dev, 0x3C03, 0x0014);
427 if (is_bcm_board_vendor(dev) &&
428 (dev->dev->bus->boardinfo.type == 0x0416) &&
429 (dev->dev->bus->boardinfo.rev == 0x0017))
432 b43legacy_ilt_write(dev, 0x0401, 0x0002);
433 b43legacy_ilt_write(dev, 0x0402, 0x0001);
437 /* Initialize the APHY portion of a GPHY. */
438 static void b43legacy_phy_inita(struct b43legacy_wldev *dev)
443 b43legacy_phy_setupg(dev);
444 if (dev->dev->bus->sprom.boardflags_lo & B43legacy_BFL_PACTRL)
445 b43legacy_phy_write(dev, 0x046E, 0x03CF);
448 static void b43legacy_phy_initb2(struct b43legacy_wldev *dev)
450 struct b43legacy_phy *phy = &dev->phy;
454 b43legacy_write16(dev, 0x03EC, 0x3F22);
455 b43legacy_phy_write(dev, 0x0020, 0x301C);
456 b43legacy_phy_write(dev, 0x0026, 0x0000);
457 b43legacy_phy_write(dev, 0x0030, 0x00C6);
458 b43legacy_phy_write(dev, 0x0088, 0x3E00);
460 for (offset = 0x0089; offset < 0x00A7; offset++) {
461 b43legacy_phy_write(dev, offset, val);
464 b43legacy_phy_write(dev, 0x03E4, 0x3000);
465 b43legacy_radio_selectchannel(dev, phy->channel, 0);
466 if (phy->radio_ver != 0x2050) {
467 b43legacy_radio_write16(dev, 0x0075, 0x0080);
468 b43legacy_radio_write16(dev, 0x0079, 0x0081);
470 b43legacy_radio_write16(dev, 0x0050, 0x0020);
471 b43legacy_radio_write16(dev, 0x0050, 0x0023);
472 if (phy->radio_ver == 0x2050) {
473 b43legacy_radio_write16(dev, 0x0050, 0x0020);
474 b43legacy_radio_write16(dev, 0x005A, 0x0070);
475 b43legacy_radio_write16(dev, 0x005B, 0x007B);
476 b43legacy_radio_write16(dev, 0x005C, 0x00B0);
477 b43legacy_radio_write16(dev, 0x007A, 0x000F);
478 b43legacy_phy_write(dev, 0x0038, 0x0677);
479 b43legacy_radio_init2050(dev);
481 b43legacy_phy_write(dev, 0x0014, 0x0080);
482 b43legacy_phy_write(dev, 0x0032, 0x00CA);
483 b43legacy_phy_write(dev, 0x0032, 0x00CC);
484 b43legacy_phy_write(dev, 0x0035, 0x07C2);
485 b43legacy_phy_lo_b_measure(dev);
486 b43legacy_phy_write(dev, 0x0026, 0xCC00);
487 if (phy->radio_ver != 0x2050)
488 b43legacy_phy_write(dev, 0x0026, 0xCE00);
489 b43legacy_write16(dev, B43legacy_MMIO_CHANNEL_EXT, 0x1000);
490 b43legacy_phy_write(dev, 0x002A, 0x88A3);
491 if (phy->radio_ver != 0x2050)
492 b43legacy_phy_write(dev, 0x002A, 0x88C2);
493 b43legacy_radio_set_txpower_bg(dev, 0xFFFF, 0xFFFF, 0xFFFF);
494 b43legacy_phy_init_pctl(dev);
497 static void b43legacy_phy_initb4(struct b43legacy_wldev *dev)
499 struct b43legacy_phy *phy = &dev->phy;
503 b43legacy_write16(dev, 0x03EC, 0x3F22);
504 b43legacy_phy_write(dev, 0x0020, 0x301C);
505 b43legacy_phy_write(dev, 0x0026, 0x0000);
506 b43legacy_phy_write(dev, 0x0030, 0x00C6);
507 b43legacy_phy_write(dev, 0x0088, 0x3E00);
509 for (offset = 0x0089; offset < 0x00A7; offset++) {
510 b43legacy_phy_write(dev, offset, val);
513 b43legacy_phy_write(dev, 0x03E4, 0x3000);
514 b43legacy_radio_selectchannel(dev, phy->channel, 0);
515 if (phy->radio_ver != 0x2050) {
516 b43legacy_radio_write16(dev, 0x0075, 0x0080);
517 b43legacy_radio_write16(dev, 0x0079, 0x0081);
519 b43legacy_radio_write16(dev, 0x0050, 0x0020);
520 b43legacy_radio_write16(dev, 0x0050, 0x0023);
521 if (phy->radio_ver == 0x2050) {
522 b43legacy_radio_write16(dev, 0x0050, 0x0020);
523 b43legacy_radio_write16(dev, 0x005A, 0x0070);
524 b43legacy_radio_write16(dev, 0x005B, 0x007B);
525 b43legacy_radio_write16(dev, 0x005C, 0x00B0);
526 b43legacy_radio_write16(dev, 0x007A, 0x000F);
527 b43legacy_phy_write(dev, 0x0038, 0x0677);
528 b43legacy_radio_init2050(dev);
530 b43legacy_phy_write(dev, 0x0014, 0x0080);
531 b43legacy_phy_write(dev, 0x0032, 0x00CA);
532 if (phy->radio_ver == 0x2050)
533 b43legacy_phy_write(dev, 0x0032, 0x00E0);
534 b43legacy_phy_write(dev, 0x0035, 0x07C2);
536 b43legacy_phy_lo_b_measure(dev);
538 b43legacy_phy_write(dev, 0x0026, 0xCC00);
539 if (phy->radio_ver == 0x2050)
540 b43legacy_phy_write(dev, 0x0026, 0xCE00);
541 b43legacy_write16(dev, B43legacy_MMIO_CHANNEL_EXT, 0x1100);
542 b43legacy_phy_write(dev, 0x002A, 0x88A3);
543 if (phy->radio_ver == 0x2050)
544 b43legacy_phy_write(dev, 0x002A, 0x88C2);
545 b43legacy_radio_set_txpower_bg(dev, 0xFFFF, 0xFFFF, 0xFFFF);
546 if (dev->dev->bus->sprom.boardflags_lo & B43legacy_BFL_RSSI) {
547 b43legacy_calc_nrssi_slope(dev);
548 b43legacy_calc_nrssi_threshold(dev);
550 b43legacy_phy_init_pctl(dev);
553 static void b43legacy_phy_initb5(struct b43legacy_wldev *dev)
555 struct b43legacy_phy *phy = &dev->phy;
560 if (phy->analog == 1)
561 b43legacy_radio_write16(dev, 0x007A,
562 b43legacy_radio_read16(dev, 0x007A)
564 if (!is_bcm_board_vendor(dev) &&
565 (dev->dev->bus->boardinfo.type != 0x0416)) {
567 for (offset = 0x00A8 ; offset < 0x00C7; offset++) {
568 b43legacy_phy_write(dev, offset, value);
572 b43legacy_phy_write(dev, 0x0035,
573 (b43legacy_phy_read(dev, 0x0035) & 0xF0FF)
575 if (phy->radio_ver == 0x2050)
576 b43legacy_phy_write(dev, 0x0038, 0x0667);
579 if (phy->radio_ver == 0x2050) {
580 b43legacy_radio_write16(dev, 0x007A,
581 b43legacy_radio_read16(dev, 0x007A)
583 b43legacy_radio_write16(dev, 0x0051,
584 b43legacy_radio_read16(dev, 0x0051)
587 b43legacy_write16(dev, B43legacy_MMIO_PHY_RADIO, 0x0000);
589 b43legacy_phy_write(dev, 0x0802, b43legacy_phy_read(dev, 0x0802)
591 b43legacy_phy_write(dev, 0x042B, b43legacy_phy_read(dev, 0x042B)
594 b43legacy_phy_write(dev, 0x001C, 0x186A);
596 b43legacy_phy_write(dev, 0x0013, (b43legacy_phy_read(dev,
597 0x0013) & 0x00FF) | 0x1900);
598 b43legacy_phy_write(dev, 0x0035, (b43legacy_phy_read(dev,
599 0x0035) & 0xFFC0) | 0x0064);
600 b43legacy_phy_write(dev, 0x005D, (b43legacy_phy_read(dev,
601 0x005D) & 0xFF80) | 0x000A);
604 if (dev->bad_frames_preempt)
605 b43legacy_phy_write(dev, B43legacy_PHY_RADIO_BITFIELD,
606 b43legacy_phy_read(dev,
607 B43legacy_PHY_RADIO_BITFIELD) | (1 << 11));
609 if (phy->analog == 1) {
610 b43legacy_phy_write(dev, 0x0026, 0xCE00);
611 b43legacy_phy_write(dev, 0x0021, 0x3763);
612 b43legacy_phy_write(dev, 0x0022, 0x1BC3);
613 b43legacy_phy_write(dev, 0x0023, 0x06F9);
614 b43legacy_phy_write(dev, 0x0024, 0x037E);
616 b43legacy_phy_write(dev, 0x0026, 0xCC00);
617 b43legacy_phy_write(dev, 0x0030, 0x00C6);
618 b43legacy_write16(dev, 0x03EC, 0x3F22);
620 if (phy->analog == 1)
621 b43legacy_phy_write(dev, 0x0020, 0x3E1C);
623 b43legacy_phy_write(dev, 0x0020, 0x301C);
625 if (phy->analog == 0)
626 b43legacy_write16(dev, 0x03E4, 0x3000);
628 old_channel = (phy->channel == 0xFF) ? 1 : phy->channel;
629 /* Force to channel 7, even if not supported. */
630 b43legacy_radio_selectchannel(dev, 7, 0);
632 if (phy->radio_ver != 0x2050) {
633 b43legacy_radio_write16(dev, 0x0075, 0x0080);
634 b43legacy_radio_write16(dev, 0x0079, 0x0081);
637 b43legacy_radio_write16(dev, 0x0050, 0x0020);
638 b43legacy_radio_write16(dev, 0x0050, 0x0023);
640 if (phy->radio_ver == 0x2050) {
641 b43legacy_radio_write16(dev, 0x0050, 0x0020);
642 b43legacy_radio_write16(dev, 0x005A, 0x0070);
645 b43legacy_radio_write16(dev, 0x005B, 0x007B);
646 b43legacy_radio_write16(dev, 0x005C, 0x00B0);
648 b43legacy_radio_write16(dev, 0x007A, b43legacy_radio_read16(dev,
651 b43legacy_radio_selectchannel(dev, old_channel, 0);
653 b43legacy_phy_write(dev, 0x0014, 0x0080);
654 b43legacy_phy_write(dev, 0x0032, 0x00CA);
655 b43legacy_phy_write(dev, 0x002A, 0x88A3);
657 b43legacy_radio_set_txpower_bg(dev, 0xFFFF, 0xFFFF, 0xFFFF);
659 if (phy->radio_ver == 0x2050)
660 b43legacy_radio_write16(dev, 0x005D, 0x000D);
662 b43legacy_write16(dev, 0x03E4, (b43legacy_read16(dev, 0x03E4) &
666 static void b43legacy_phy_initb6(struct b43legacy_wldev *dev)
668 struct b43legacy_phy *phy = &dev->phy;
673 b43legacy_phy_write(dev, 0x003E, 0x817A);
674 b43legacy_radio_write16(dev, 0x007A,
675 (b43legacy_radio_read16(dev, 0x007A) | 0x0058));
676 if (phy->radio_rev == 4 ||
677 phy->radio_rev == 5) {
678 b43legacy_radio_write16(dev, 0x0051, 0x0037);
679 b43legacy_radio_write16(dev, 0x0052, 0x0070);
680 b43legacy_radio_write16(dev, 0x0053, 0x00B3);
681 b43legacy_radio_write16(dev, 0x0054, 0x009B);
682 b43legacy_radio_write16(dev, 0x005A, 0x0088);
683 b43legacy_radio_write16(dev, 0x005B, 0x0088);
684 b43legacy_radio_write16(dev, 0x005D, 0x0088);
685 b43legacy_radio_write16(dev, 0x005E, 0x0088);
686 b43legacy_radio_write16(dev, 0x007D, 0x0088);
687 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED,
688 B43legacy_UCODEFLAGS_OFFSET,
689 (b43legacy_shm_read32(dev,
690 B43legacy_SHM_SHARED,
691 B43legacy_UCODEFLAGS_OFFSET)
694 if (phy->radio_rev == 8) {
695 b43legacy_radio_write16(dev, 0x0051, 0x0000);
696 b43legacy_radio_write16(dev, 0x0052, 0x0040);
697 b43legacy_radio_write16(dev, 0x0053, 0x00B7);
698 b43legacy_radio_write16(dev, 0x0054, 0x0098);
699 b43legacy_radio_write16(dev, 0x005A, 0x0088);
700 b43legacy_radio_write16(dev, 0x005B, 0x006B);
701 b43legacy_radio_write16(dev, 0x005C, 0x000F);
702 if (dev->dev->bus->sprom.boardflags_lo & 0x8000) {
703 b43legacy_radio_write16(dev, 0x005D, 0x00FA);
704 b43legacy_radio_write16(dev, 0x005E, 0x00D8);
706 b43legacy_radio_write16(dev, 0x005D, 0x00F5);
707 b43legacy_radio_write16(dev, 0x005E, 0x00B8);
709 b43legacy_radio_write16(dev, 0x0073, 0x0003);
710 b43legacy_radio_write16(dev, 0x007D, 0x00A8);
711 b43legacy_radio_write16(dev, 0x007C, 0x0001);
712 b43legacy_radio_write16(dev, 0x007E, 0x0008);
715 for (offset = 0x0088; offset < 0x0098; offset++) {
716 b43legacy_phy_write(dev, offset, val);
720 for (offset = 0x0098; offset < 0x00A8; offset++) {
721 b43legacy_phy_write(dev, offset, val);
725 for (offset = 0x00A8; offset < 0x00C8; offset++) {
726 b43legacy_phy_write(dev, offset, (val & 0x3F3F));
729 if (phy->type == B43legacy_PHYTYPE_G) {
730 b43legacy_radio_write16(dev, 0x007A,
731 b43legacy_radio_read16(dev, 0x007A) |
733 b43legacy_radio_write16(dev, 0x0051,
734 b43legacy_radio_read16(dev, 0x0051) |
736 b43legacy_phy_write(dev, 0x0802,
737 b43legacy_phy_read(dev, 0x0802) | 0x0100);
738 b43legacy_phy_write(dev, 0x042B,
739 b43legacy_phy_read(dev, 0x042B) | 0x2000);
740 b43legacy_phy_write(dev, 0x5B, 0x0000);
741 b43legacy_phy_write(dev, 0x5C, 0x0000);
744 old_channel = phy->channel;
745 if (old_channel >= 8)
746 b43legacy_radio_selectchannel(dev, 1, 0);
748 b43legacy_radio_selectchannel(dev, 13, 0);
750 b43legacy_radio_write16(dev, 0x0050, 0x0020);
751 b43legacy_radio_write16(dev, 0x0050, 0x0023);
753 if (phy->radio_rev < 6 || phy->radio_rev == 8) {
754 b43legacy_radio_write16(dev, 0x007C,
755 (b43legacy_radio_read16(dev, 0x007C)
757 b43legacy_radio_write16(dev, 0x0050, 0x0020);
759 if (phy->radio_rev <= 2) {
760 b43legacy_radio_write16(dev, 0x007C, 0x0020);
761 b43legacy_radio_write16(dev, 0x005A, 0x0070);
762 b43legacy_radio_write16(dev, 0x005B, 0x007B);
763 b43legacy_radio_write16(dev, 0x005C, 0x00B0);
765 b43legacy_radio_write16(dev, 0x007A,
766 (b43legacy_radio_read16(dev,
767 0x007A) & 0x00F8) | 0x0007);
769 b43legacy_radio_selectchannel(dev, old_channel, 0);
771 b43legacy_phy_write(dev, 0x0014, 0x0200);
772 if (phy->radio_rev >= 6)
773 b43legacy_phy_write(dev, 0x002A, 0x88C2);
775 b43legacy_phy_write(dev, 0x002A, 0x8AC0);
776 b43legacy_phy_write(dev, 0x0038, 0x0668);
777 b43legacy_radio_set_txpower_bg(dev, 0xFFFF, 0xFFFF, 0xFFFF);
778 if (phy->radio_rev <= 5)
779 b43legacy_phy_write(dev, 0x005D, (b43legacy_phy_read(dev,
780 0x005D) & 0xFF80) | 0x0003);
781 if (phy->radio_rev <= 2)
782 b43legacy_radio_write16(dev, 0x005D, 0x000D);
784 if (phy->analog == 4) {
785 b43legacy_write16(dev, 0x03E4, 0x0009);
786 b43legacy_phy_write(dev, 0x61, b43legacy_phy_read(dev, 0x61)
789 b43legacy_phy_write(dev, 0x0002, (b43legacy_phy_read(dev,
790 0x0002) & 0xFFC0) | 0x0004);
791 if (phy->type == B43legacy_PHYTYPE_G)
792 b43legacy_write16(dev, 0x03E6, 0x0);
793 if (phy->type == B43legacy_PHYTYPE_B) {
794 b43legacy_write16(dev, 0x03E6, 0x8140);
795 b43legacy_phy_write(dev, 0x0016, 0x0410);
796 b43legacy_phy_write(dev, 0x0017, 0x0820);
797 b43legacy_phy_write(dev, 0x0062, 0x0007);
798 b43legacy_radio_init2050(dev);
799 b43legacy_phy_lo_g_measure(dev);
800 if (dev->dev->bus->sprom.boardflags_lo &
801 B43legacy_BFL_RSSI) {
802 b43legacy_calc_nrssi_slope(dev);
803 b43legacy_calc_nrssi_threshold(dev);
805 b43legacy_phy_init_pctl(dev);
809 static void b43legacy_calc_loopback_gain(struct b43legacy_wldev *dev)
811 struct b43legacy_phy *phy = &dev->phy;
812 u16 backup_phy[15] = {0};
821 backup_phy[0] = b43legacy_phy_read(dev, 0x0429);
822 backup_phy[1] = b43legacy_phy_read(dev, 0x0001);
823 backup_phy[2] = b43legacy_phy_read(dev, 0x0811);
824 backup_phy[3] = b43legacy_phy_read(dev, 0x0812);
826 backup_phy[4] = b43legacy_phy_read(dev, 0x0814);
827 backup_phy[5] = b43legacy_phy_read(dev, 0x0815);
829 backup_phy[6] = b43legacy_phy_read(dev, 0x005A);
830 backup_phy[7] = b43legacy_phy_read(dev, 0x0059);
831 backup_phy[8] = b43legacy_phy_read(dev, 0x0058);
832 backup_phy[9] = b43legacy_phy_read(dev, 0x000A);
833 backup_phy[10] = b43legacy_phy_read(dev, 0x0003);
834 backup_phy[11] = b43legacy_phy_read(dev, 0x080F);
835 backup_phy[12] = b43legacy_phy_read(dev, 0x0810);
836 backup_phy[13] = b43legacy_phy_read(dev, 0x002B);
837 backup_phy[14] = b43legacy_phy_read(dev, 0x0015);
838 b43legacy_phy_read(dev, 0x002D); /* dummy read */
839 backup_bband = phy->bbatt;
840 backup_radio[0] = b43legacy_radio_read16(dev, 0x0052);
841 backup_radio[1] = b43legacy_radio_read16(dev, 0x0043);
842 backup_radio[2] = b43legacy_radio_read16(dev, 0x007A);
844 b43legacy_phy_write(dev, 0x0429,
845 b43legacy_phy_read(dev, 0x0429) & 0x3FFF);
846 b43legacy_phy_write(dev, 0x0001,
847 b43legacy_phy_read(dev, 0x0001) & 0x8000);
848 b43legacy_phy_write(dev, 0x0811,
849 b43legacy_phy_read(dev, 0x0811) | 0x0002);
850 b43legacy_phy_write(dev, 0x0812,
851 b43legacy_phy_read(dev, 0x0812) & 0xFFFD);
852 b43legacy_phy_write(dev, 0x0811,
853 b43legacy_phy_read(dev, 0x0811) | 0x0001);
854 b43legacy_phy_write(dev, 0x0812,
855 b43legacy_phy_read(dev, 0x0812) & 0xFFFE);
857 b43legacy_phy_write(dev, 0x0814,
858 b43legacy_phy_read(dev, 0x0814) | 0x0001);
859 b43legacy_phy_write(dev, 0x0815,
860 b43legacy_phy_read(dev, 0x0815) & 0xFFFE);
861 b43legacy_phy_write(dev, 0x0814,
862 b43legacy_phy_read(dev, 0x0814) | 0x0002);
863 b43legacy_phy_write(dev, 0x0815,
864 b43legacy_phy_read(dev, 0x0815) & 0xFFFD);
866 b43legacy_phy_write(dev, 0x0811, b43legacy_phy_read(dev, 0x0811) |
868 b43legacy_phy_write(dev, 0x0812, b43legacy_phy_read(dev, 0x0812) |
871 b43legacy_phy_write(dev, 0x0811, (b43legacy_phy_read(dev, 0x0811)
873 b43legacy_phy_write(dev, 0x0812, (b43legacy_phy_read(dev, 0x0812)
876 b43legacy_phy_write(dev, 0x005A, 0x0780);
877 b43legacy_phy_write(dev, 0x0059, 0xC810);
878 b43legacy_phy_write(dev, 0x0058, 0x000D);
879 if (phy->analog == 0)
880 b43legacy_phy_write(dev, 0x0003, 0x0122);
882 b43legacy_phy_write(dev, 0x000A,
883 b43legacy_phy_read(dev, 0x000A)
886 b43legacy_phy_write(dev, 0x0814,
887 b43legacy_phy_read(dev, 0x0814) | 0x0004);
888 b43legacy_phy_write(dev, 0x0815,
889 b43legacy_phy_read(dev, 0x0815) & 0xFFFB);
891 b43legacy_phy_write(dev, 0x0003,
892 (b43legacy_phy_read(dev, 0x0003)
894 if (phy->radio_ver == 0x2050 && phy->radio_rev == 2) {
895 b43legacy_radio_write16(dev, 0x0052, 0x0000);
896 b43legacy_radio_write16(dev, 0x0043,
897 (b43legacy_radio_read16(dev, 0x0043)
900 } else if (phy->radio_rev == 8) {
901 b43legacy_radio_write16(dev, 0x0043, 0x000F);
906 b43legacy_phy_set_baseband_attenuation(dev, 11);
909 b43legacy_phy_write(dev, 0x080F, 0xC020);
911 b43legacy_phy_write(dev, 0x080F, 0x8020);
912 b43legacy_phy_write(dev, 0x0810, 0x0000);
914 b43legacy_phy_write(dev, 0x002B,
915 (b43legacy_phy_read(dev, 0x002B)
917 b43legacy_phy_write(dev, 0x002B,
918 (b43legacy_phy_read(dev, 0x002B)
920 b43legacy_phy_write(dev, 0x0811,
921 b43legacy_phy_read(dev, 0x0811) | 0x0100);
922 b43legacy_phy_write(dev, 0x0812,
923 b43legacy_phy_read(dev, 0x0812) & 0xCFFF);
924 if (dev->dev->bus->sprom.boardflags_lo & B43legacy_BFL_EXTLNA) {
926 b43legacy_phy_write(dev, 0x0811,
927 b43legacy_phy_read(dev, 0x0811)
929 b43legacy_phy_write(dev, 0x0812,
930 b43legacy_phy_read(dev, 0x0812)
934 b43legacy_radio_write16(dev, 0x007A,
935 b43legacy_radio_read16(dev, 0x007A)
938 for (i = 0; i < loop1_cnt; i++) {
939 b43legacy_radio_write16(dev, 0x0043, loop1_cnt);
940 b43legacy_phy_write(dev, 0x0812,
941 (b43legacy_phy_read(dev, 0x0812)
942 & 0xF0FF) | (i << 8));
943 b43legacy_phy_write(dev, 0x0015,
944 (b43legacy_phy_read(dev, 0x0015)
946 b43legacy_phy_write(dev, 0x0015,
947 (b43legacy_phy_read(dev, 0x0015)
950 if (b43legacy_phy_read(dev, 0x002D) >= 0x0DFC)
954 loop1_omitted = loop1_cnt - loop1_done;
957 if (loop1_done >= 8) {
958 b43legacy_phy_write(dev, 0x0812,
959 b43legacy_phy_read(dev, 0x0812)
961 for (i = loop1_done - 8; i < 16; i++) {
962 b43legacy_phy_write(dev, 0x0812,
963 (b43legacy_phy_read(dev, 0x0812)
964 & 0xF0FF) | (i << 8));
965 b43legacy_phy_write(dev, 0x0015,
966 (b43legacy_phy_read(dev, 0x0015)
968 b43legacy_phy_write(dev, 0x0015,
969 (b43legacy_phy_read(dev, 0x0015)
972 if (b43legacy_phy_read(dev, 0x002D) >= 0x0DFC)
978 b43legacy_phy_write(dev, 0x0814, backup_phy[4]);
979 b43legacy_phy_write(dev, 0x0815, backup_phy[5]);
981 b43legacy_phy_write(dev, 0x005A, backup_phy[6]);
982 b43legacy_phy_write(dev, 0x0059, backup_phy[7]);
983 b43legacy_phy_write(dev, 0x0058, backup_phy[8]);
984 b43legacy_phy_write(dev, 0x000A, backup_phy[9]);
985 b43legacy_phy_write(dev, 0x0003, backup_phy[10]);
986 b43legacy_phy_write(dev, 0x080F, backup_phy[11]);
987 b43legacy_phy_write(dev, 0x0810, backup_phy[12]);
988 b43legacy_phy_write(dev, 0x002B, backup_phy[13]);
989 b43legacy_phy_write(dev, 0x0015, backup_phy[14]);
991 b43legacy_phy_set_baseband_attenuation(dev, backup_bband);
993 b43legacy_radio_write16(dev, 0x0052, backup_radio[0]);
994 b43legacy_radio_write16(dev, 0x0043, backup_radio[1]);
995 b43legacy_radio_write16(dev, 0x007A, backup_radio[2]);
997 b43legacy_phy_write(dev, 0x0811, backup_phy[2] | 0x0003);
999 b43legacy_phy_write(dev, 0x0811, backup_phy[2]);
1000 b43legacy_phy_write(dev, 0x0812, backup_phy[3]);
1001 b43legacy_phy_write(dev, 0x0429, backup_phy[0]);
1002 b43legacy_phy_write(dev, 0x0001, backup_phy[1]);
1004 phy->loopback_gain[0] = ((loop1_done * 6) - (loop1_omitted * 4)) - 11;
1005 phy->loopback_gain[1] = (24 - (3 * loop2_done)) * 2;
1008 static void b43legacy_phy_initg(struct b43legacy_wldev *dev)
1010 struct b43legacy_phy *phy = &dev->phy;
1014 b43legacy_phy_initb5(dev);
1016 b43legacy_phy_initb6(dev);
1017 if (phy->rev >= 2 || phy->gmode)
1018 b43legacy_phy_inita(dev);
1020 if (phy->rev >= 2) {
1021 b43legacy_phy_write(dev, 0x0814, 0x0000);
1022 b43legacy_phy_write(dev, 0x0815, 0x0000);
1024 if (phy->rev == 2) {
1025 b43legacy_phy_write(dev, 0x0811, 0x0000);
1026 b43legacy_phy_write(dev, 0x0015, 0x00C0);
1029 b43legacy_phy_write(dev, 0x0811, 0x0400);
1030 b43legacy_phy_write(dev, 0x0015, 0x00C0);
1032 if (phy->rev >= 2 || phy->gmode) {
1033 tmp = b43legacy_phy_read(dev, 0x0400) & 0xFF;
1034 if (tmp == 3 || tmp == 5) {
1035 b43legacy_phy_write(dev, 0x04C2, 0x1816);
1036 b43legacy_phy_write(dev, 0x04C3, 0x8006);
1038 b43legacy_phy_write(dev, 0x04CC,
1039 (b43legacy_phy_read(dev,
1043 b43legacy_phy_write(dev, 0x047E, 0x0078);
1045 if (phy->radio_rev == 8) {
1046 b43legacy_phy_write(dev, 0x0801, b43legacy_phy_read(dev, 0x0801)
1048 b43legacy_phy_write(dev, 0x043E, b43legacy_phy_read(dev, 0x043E)
1051 if (phy->rev >= 2 && phy->gmode)
1052 b43legacy_calc_loopback_gain(dev);
1053 if (phy->radio_rev != 8) {
1054 if (phy->initval == 0xFFFF)
1055 phy->initval = b43legacy_radio_init2050(dev);
1057 b43legacy_radio_write16(dev, 0x0078, phy->initval);
1059 if (phy->txctl2 == 0xFFFF)
1060 b43legacy_phy_lo_g_measure(dev);
1062 if (phy->radio_ver == 0x2050 && phy->radio_rev == 8)
1063 b43legacy_radio_write16(dev, 0x0052,
1064 (phy->txctl1 << 4) |
1067 b43legacy_radio_write16(dev, 0x0052,
1068 (b43legacy_radio_read16(dev,
1072 b43legacy_phy_write(dev, 0x0036,
1073 (b43legacy_phy_read(dev, 0x0036)
1074 & 0x0FFF) | (phy->txctl2 << 12));
1075 if (dev->dev->bus->sprom.boardflags_lo &
1076 B43legacy_BFL_PACTRL)
1077 b43legacy_phy_write(dev, 0x002E, 0x8075);
1079 b43legacy_phy_write(dev, 0x002E, 0x807F);
1081 b43legacy_phy_write(dev, 0x002F, 0x0101);
1083 b43legacy_phy_write(dev, 0x002F, 0x0202);
1085 if (phy->gmode || phy->rev >= 2) {
1086 b43legacy_phy_lo_adjust(dev, 0);
1087 b43legacy_phy_write(dev, 0x080F, 0x8078);
1090 if (!(dev->dev->bus->sprom.boardflags_lo & B43legacy_BFL_RSSI)) {
1091 /* The specs state to update the NRSSI LT with
1092 * the value 0x7FFFFFFF here. I think that is some weird
1093 * compiler optimization in the original driver.
1094 * Essentially, what we do here is resetting all NRSSI LT
1095 * entries to -32 (see the limit_value() in nrssi_hw_update())
1097 b43legacy_nrssi_hw_update(dev, 0xFFFF);
1098 b43legacy_calc_nrssi_threshold(dev);
1099 } else if (phy->gmode || phy->rev >= 2) {
1100 if (phy->nrssi[0] == -1000) {
1101 B43legacy_WARN_ON(phy->nrssi[1] != -1000);
1102 b43legacy_calc_nrssi_slope(dev);
1104 B43legacy_WARN_ON(phy->nrssi[1] == -1000);
1105 b43legacy_calc_nrssi_threshold(dev);
1108 if (phy->radio_rev == 8)
1109 b43legacy_phy_write(dev, 0x0805, 0x3230);
1110 b43legacy_phy_init_pctl(dev);
1111 if (dev->dev->bus->chip_id == 0x4306
1112 && dev->dev->bus->chip_package == 2) {
1113 b43legacy_phy_write(dev, 0x0429,
1114 b43legacy_phy_read(dev, 0x0429) & 0xBFFF);
1115 b43legacy_phy_write(dev, 0x04C3,
1116 b43legacy_phy_read(dev, 0x04C3) & 0x7FFF);
1120 static u16 b43legacy_phy_lo_b_r15_loop(struct b43legacy_wldev *dev)
1124 unsigned long flags;
1126 local_irq_save(flags);
1127 for (i = 0; i < 10; i++) {
1128 b43legacy_phy_write(dev, 0x0015, 0xAFA0);
1130 b43legacy_phy_write(dev, 0x0015, 0xEFA0);
1132 b43legacy_phy_write(dev, 0x0015, 0xFFA0);
1134 ret += b43legacy_phy_read(dev, 0x002C);
1136 local_irq_restore(flags);
1137 b43legacy_voluntary_preempt();
1142 void b43legacy_phy_lo_b_measure(struct b43legacy_wldev *dev)
1144 struct b43legacy_phy *phy = &dev->phy;
1145 u16 regstack[12] = { 0 };
1151 regstack[0] = b43legacy_phy_read(dev, 0x0015);
1152 regstack[1] = b43legacy_radio_read16(dev, 0x0052) & 0xFFF0;
1154 if (phy->radio_ver == 0x2053) {
1155 regstack[2] = b43legacy_phy_read(dev, 0x000A);
1156 regstack[3] = b43legacy_phy_read(dev, 0x002A);
1157 regstack[4] = b43legacy_phy_read(dev, 0x0035);
1158 regstack[5] = b43legacy_phy_read(dev, 0x0003);
1159 regstack[6] = b43legacy_phy_read(dev, 0x0001);
1160 regstack[7] = b43legacy_phy_read(dev, 0x0030);
1162 regstack[8] = b43legacy_radio_read16(dev, 0x0043);
1163 regstack[9] = b43legacy_radio_read16(dev, 0x007A);
1164 regstack[10] = b43legacy_read16(dev, 0x03EC);
1165 regstack[11] = b43legacy_radio_read16(dev, 0x0052) & 0x00F0;
1167 b43legacy_phy_write(dev, 0x0030, 0x00FF);
1168 b43legacy_write16(dev, 0x03EC, 0x3F3F);
1169 b43legacy_phy_write(dev, 0x0035, regstack[4] & 0xFF7F);
1170 b43legacy_radio_write16(dev, 0x007A, regstack[9] & 0xFFF0);
1172 b43legacy_phy_write(dev, 0x0015, 0xB000);
1173 b43legacy_phy_write(dev, 0x002B, 0x0004);
1175 if (phy->radio_ver == 0x2053) {
1176 b43legacy_phy_write(dev, 0x002B, 0x0203);
1177 b43legacy_phy_write(dev, 0x002A, 0x08A3);
1180 phy->minlowsig[0] = 0xFFFF;
1182 for (i = 0; i < 4; i++) {
1183 b43legacy_radio_write16(dev, 0x0052, regstack[1] | i);
1184 b43legacy_phy_lo_b_r15_loop(dev);
1186 for (i = 0; i < 10; i++) {
1187 b43legacy_radio_write16(dev, 0x0052, regstack[1] | i);
1188 mls = b43legacy_phy_lo_b_r15_loop(dev) / 10;
1189 if (mls < phy->minlowsig[0]) {
1190 phy->minlowsig[0] = mls;
1191 phy->minlowsigpos[0] = i;
1194 b43legacy_radio_write16(dev, 0x0052, regstack[1]
1195 | phy->minlowsigpos[0]);
1197 phy->minlowsig[1] = 0xFFFF;
1199 for (i = -4; i < 5; i += 2) {
1200 for (j = -4; j < 5; j += 2) {
1202 fval = (0x0100 * i) + j + 0x0100;
1204 fval = (0x0100 * i) + j;
1205 b43legacy_phy_write(dev, 0x002F, fval);
1206 mls = b43legacy_phy_lo_b_r15_loop(dev) / 10;
1207 if (mls < phy->minlowsig[1]) {
1208 phy->minlowsig[1] = mls;
1209 phy->minlowsigpos[1] = fval;
1213 phy->minlowsigpos[1] += 0x0101;
1215 b43legacy_phy_write(dev, 0x002F, phy->minlowsigpos[1]);
1216 if (phy->radio_ver == 0x2053) {
1217 b43legacy_phy_write(dev, 0x000A, regstack[2]);
1218 b43legacy_phy_write(dev, 0x002A, regstack[3]);
1219 b43legacy_phy_write(dev, 0x0035, regstack[4]);
1220 b43legacy_phy_write(dev, 0x0003, regstack[5]);
1221 b43legacy_phy_write(dev, 0x0001, regstack[6]);
1222 b43legacy_phy_write(dev, 0x0030, regstack[7]);
1224 b43legacy_radio_write16(dev, 0x0043, regstack[8]);
1225 b43legacy_radio_write16(dev, 0x007A, regstack[9]);
1227 b43legacy_radio_write16(dev, 0x0052,
1228 (b43legacy_radio_read16(dev, 0x0052)
1229 & 0x000F) | regstack[11]);
1231 b43legacy_write16(dev, 0x03EC, regstack[10]);
1233 b43legacy_phy_write(dev, 0x0015, regstack[0]);
1237 u16 b43legacy_phy_lo_g_deviation_subval(struct b43legacy_wldev *dev,
1240 struct b43legacy_phy *phy = &dev->phy;
1242 unsigned long flags;
1244 local_irq_save(flags);
1246 b43legacy_phy_write(dev, 0x15, 0xE300);
1248 b43legacy_phy_write(dev, 0x0812, control | 0x00B0);
1250 b43legacy_phy_write(dev, 0x0812, control | 0x00B2);
1252 b43legacy_phy_write(dev, 0x0812, control | 0x00B3);
1254 b43legacy_phy_write(dev, 0x0015, 0xF300);
1257 b43legacy_phy_write(dev, 0x0015, control | 0xEFA0);
1259 b43legacy_phy_write(dev, 0x0015, control | 0xEFE0);
1261 b43legacy_phy_write(dev, 0x0015, control | 0xFFE0);
1264 ret = b43legacy_phy_read(dev, 0x002D);
1265 local_irq_restore(flags);
1266 b43legacy_voluntary_preempt();
1271 static u32 b43legacy_phy_lo_g_singledeviation(struct b43legacy_wldev *dev,
1277 for (i = 0; i < 8; i++)
1278 ret += b43legacy_phy_lo_g_deviation_subval(dev, control);
1283 /* Write the LocalOscillator CONTROL */
1285 void b43legacy_lo_write(struct b43legacy_wldev *dev,
1286 struct b43legacy_lopair *pair)
1290 value = (u8)(pair->low);
1291 value |= ((u8)(pair->high)) << 8;
1293 #ifdef CONFIG_B43LEGACY_DEBUG
1295 if (pair->low < -8 || pair->low > 8 ||
1296 pair->high < -8 || pair->high > 8) {
1297 struct b43legacy_phy *phy = &dev->phy;
1298 b43legacydbg(dev->wl,
1299 "WARNING: Writing invalid LOpair "
1300 "(low: %d, high: %d, index: %lu)\n",
1301 pair->low, pair->high,
1302 (unsigned long)(pair - phy->_lo_pairs));
1307 b43legacy_phy_write(dev, B43legacy_PHY_G_LO_CONTROL, value);
1311 struct b43legacy_lopair *b43legacy_find_lopair(struct b43legacy_wldev *dev,
1316 static const u8 dict[10] = { 11, 10, 11, 12, 13, 12, 13, 12, 13, 12 };
1317 struct b43legacy_phy *phy = &dev->phy;
1321 B43legacy_WARN_ON(rfatt >= 10);
1324 return b43legacy_get_lopair(phy, rfatt, bbatt);
1325 return b43legacy_get_lopair(phy, dict[rfatt], bbatt);
1329 struct b43legacy_lopair *b43legacy_current_lopair(struct b43legacy_wldev *dev)
1331 struct b43legacy_phy *phy = &dev->phy;
1333 return b43legacy_find_lopair(dev, phy->bbatt,
1334 phy->rfatt, phy->txctl1);
1338 void b43legacy_phy_lo_adjust(struct b43legacy_wldev *dev, int fixed)
1340 struct b43legacy_lopair *pair;
1343 /* Use fixed values. Only for initialization. */
1344 pair = b43legacy_find_lopair(dev, 2, 3, 0);
1346 pair = b43legacy_current_lopair(dev);
1347 b43legacy_lo_write(dev, pair);
1350 static void b43legacy_phy_lo_g_measure_txctl2(struct b43legacy_wldev *dev)
1352 struct b43legacy_phy *phy = &dev->phy;
1358 b43legacy_radio_write16(dev, 0x0052, 0x0000);
1360 smallest = b43legacy_phy_lo_g_singledeviation(dev, 0);
1361 for (i = 0; i < 16; i++) {
1362 b43legacy_radio_write16(dev, 0x0052, i);
1364 tmp = b43legacy_phy_lo_g_singledeviation(dev, 0);
1365 if (tmp < smallest) {
1370 phy->txctl2 = txctl2;
1374 void b43legacy_phy_lo_g_state(struct b43legacy_wldev *dev,
1375 const struct b43legacy_lopair *in_pair,
1376 struct b43legacy_lopair *out_pair,
1379 static const struct b43legacy_lopair transitions[8] = {
1380 { .high = 1, .low = 1, },
1381 { .high = 1, .low = 0, },
1382 { .high = 1, .low = -1, },
1383 { .high = 0, .low = -1, },
1384 { .high = -1, .low = -1, },
1385 { .high = -1, .low = 0, },
1386 { .high = -1, .low = 1, },
1387 { .high = 0, .low = 1, },
1389 struct b43legacy_lopair lowest_transition = {
1390 .high = in_pair->high,
1391 .low = in_pair->low,
1393 struct b43legacy_lopair tmp_pair;
1394 struct b43legacy_lopair transition;
1401 u32 lowest_deviation;
1404 /* Note that in_pair and out_pair can point to the same pair.
1407 b43legacy_lo_write(dev, &lowest_transition);
1408 lowest_deviation = b43legacy_phy_lo_g_singledeviation(dev, r27);
1411 B43legacy_WARN_ON(!(state >= 0 && state <= 8));
1415 } else if (state % 2 == 0) {
1428 tmp_pair.high = lowest_transition.high;
1429 tmp_pair.low = lowest_transition.low;
1431 B43legacy_WARN_ON(!(j >= 1 && j <= 8));
1432 transition.high = tmp_pair.high +
1433 transitions[j - 1].high;
1434 transition.low = tmp_pair.low + transitions[j - 1].low;
1435 if ((abs(transition.low) < 9)
1436 && (abs(transition.high) < 9)) {
1437 b43legacy_lo_write(dev, &transition);
1438 tmp = b43legacy_phy_lo_g_singledeviation(dev,
1440 if (tmp < lowest_deviation) {
1441 lowest_deviation = tmp;
1445 lowest_transition.high =
1447 lowest_transition.low = transition.low;
1457 } while (i-- && found_lower);
1459 out_pair->high = lowest_transition.high;
1460 out_pair->low = lowest_transition.low;
1463 /* Set the baseband attenuation value on chip. */
1464 void b43legacy_phy_set_baseband_attenuation(struct b43legacy_wldev *dev,
1467 struct b43legacy_phy *phy = &dev->phy;
1470 if (phy->analog == 0) {
1471 value = (b43legacy_read16(dev, 0x03E6) & 0xFFF0);
1472 value |= (bbatt & 0x000F);
1473 b43legacy_write16(dev, 0x03E6, value);
1477 if (phy->analog > 1) {
1478 value = b43legacy_phy_read(dev, 0x0060) & 0xFFC3;
1479 value |= (bbatt << 2) & 0x003C;
1481 value = b43legacy_phy_read(dev, 0x0060) & 0xFF87;
1482 value |= (bbatt << 3) & 0x0078;
1484 b43legacy_phy_write(dev, 0x0060, value);
1487 /* http://bcm-specs.sipsolutions.net/LocalOscillator/Measure */
1488 void b43legacy_phy_lo_g_measure(struct b43legacy_wldev *dev)
1490 static const u8 pairorder[10] = { 3, 1, 5, 7, 9, 2, 0, 4, 6, 8 };
1491 const int is_initializing = (b43legacy_status(dev)
1492 < B43legacy_STAT_STARTED);
1493 struct b43legacy_phy *phy = &dev->phy;
1498 struct b43legacy_lopair control;
1499 struct b43legacy_lopair *tmp_control;
1501 u16 regstack[16] = { 0 };
1504 /* XXX: What are these? */
1508 oldchannel = phy->channel;
1511 regstack[0] = b43legacy_phy_read(dev, B43legacy_PHY_G_CRS);
1512 regstack[1] = b43legacy_phy_read(dev, 0x0802);
1513 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0]
1515 b43legacy_phy_write(dev, 0x0802, regstack[1] & 0xFFFC);
1517 regstack[3] = b43legacy_read16(dev, 0x03E2);
1518 b43legacy_write16(dev, 0x03E2, regstack[3] | 0x8000);
1519 regstack[4] = b43legacy_read16(dev, B43legacy_MMIO_CHANNEL_EXT);
1520 regstack[5] = b43legacy_phy_read(dev, 0x15);
1521 regstack[6] = b43legacy_phy_read(dev, 0x2A);
1522 regstack[7] = b43legacy_phy_read(dev, 0x35);
1523 regstack[8] = b43legacy_phy_read(dev, 0x60);
1524 regstack[9] = b43legacy_radio_read16(dev, 0x43);
1525 regstack[10] = b43legacy_radio_read16(dev, 0x7A);
1526 regstack[11] = b43legacy_radio_read16(dev, 0x52);
1528 regstack[12] = b43legacy_phy_read(dev, 0x0811);
1529 regstack[13] = b43legacy_phy_read(dev, 0x0812);
1530 regstack[14] = b43legacy_phy_read(dev, 0x0814);
1531 regstack[15] = b43legacy_phy_read(dev, 0x0815);
1533 b43legacy_radio_selectchannel(dev, 6, 0);
1535 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0]
1537 b43legacy_phy_write(dev, 0x0802, regstack[1] & 0xFFFC);
1538 b43legacy_dummy_transmission(dev);
1540 b43legacy_radio_write16(dev, 0x0043, 0x0006);
1542 b43legacy_phy_set_baseband_attenuation(dev, 2);
1544 b43legacy_write16(dev, B43legacy_MMIO_CHANNEL_EXT, 0x0000);
1545 b43legacy_phy_write(dev, 0x002E, 0x007F);
1546 b43legacy_phy_write(dev, 0x080F, 0x0078);
1547 b43legacy_phy_write(dev, 0x0035, regstack[7] & ~(1 << 7));
1548 b43legacy_radio_write16(dev, 0x007A, regstack[10] & 0xFFF0);
1549 b43legacy_phy_write(dev, 0x002B, 0x0203);
1550 b43legacy_phy_write(dev, 0x002A, 0x08A3);
1552 b43legacy_phy_write(dev, 0x0814, regstack[14] | 0x0003);
1553 b43legacy_phy_write(dev, 0x0815, regstack[15] & 0xFFFC);
1554 b43legacy_phy_write(dev, 0x0811, 0x01B3);
1555 b43legacy_phy_write(dev, 0x0812, 0x00B2);
1557 if (is_initializing)
1558 b43legacy_phy_lo_g_measure_txctl2(dev);
1559 b43legacy_phy_write(dev, 0x080F, 0x8078);
1564 for (h = 0; h < 10; h++) {
1565 /* Loop over each possible RadioAttenuation (0-9) */
1567 if (is_initializing) {
1571 } else if (((i % 2 == 1) && (oldi % 2 == 1)) ||
1572 ((i % 2 == 0) && (oldi % 2 == 0))) {
1573 tmp_control = b43legacy_get_lopair(phy, oldi,
1575 memcpy(&control, tmp_control, sizeof(control));
1577 tmp_control = b43legacy_get_lopair(phy, 3, 0);
1578 memcpy(&control, tmp_control, sizeof(control));
1581 /* Loop over each possible BasebandAttenuation/2 */
1582 for (j = 0; j < 4; j++) {
1583 if (is_initializing) {
1595 tmp_control = b43legacy_get_lopair(phy, i,
1597 if (!tmp_control->used)
1599 memcpy(&control, tmp_control, sizeof(control));
1603 b43legacy_radio_write16(dev, 0x43, i);
1604 b43legacy_radio_write16(dev, 0x52, phy->txctl2);
1606 b43legacy_voluntary_preempt();
1608 b43legacy_phy_set_baseband_attenuation(dev, j * 2);
1610 tmp = (regstack[10] & 0xFFF0);
1613 b43legacy_radio_write16(dev, 0x007A, tmp);
1615 tmp_control = b43legacy_get_lopair(phy, i, j * 2);
1616 b43legacy_phy_lo_g_state(dev, &control, tmp_control,
1621 /* Loop over each possible RadioAttenuation (10-13) */
1622 for (i = 10; i < 14; i++) {
1623 /* Loop over each possible BasebandAttenuation/2 */
1624 for (j = 0; j < 4; j++) {
1625 if (is_initializing) {
1626 tmp_control = b43legacy_get_lopair(phy, i - 9,
1628 memcpy(&control, tmp_control, sizeof(control));
1629 /* FIXME: The next line is wrong, as the
1630 * following if statement can never trigger. */
1631 tmp = (i - 9) * 2 + j - 5;
1642 tmp_control = b43legacy_get_lopair(phy, i - 9,
1644 if (!tmp_control->used)
1646 memcpy(&control, tmp_control, sizeof(control));
1650 b43legacy_radio_write16(dev, 0x43, i - 9);
1651 /* FIXME: shouldn't txctl1 be zero in the next line
1652 * and 3 in the loop above? */
1653 b43legacy_radio_write16(dev, 0x52,
1655 | (3/*txctl1*/ << 4));
1657 b43legacy_voluntary_preempt();
1659 b43legacy_phy_set_baseband_attenuation(dev, j * 2);
1661 tmp = (regstack[10] & 0xFFF0);
1664 b43legacy_radio_write16(dev, 0x7A, tmp);
1666 tmp_control = b43legacy_get_lopair(phy, i, j * 2);
1667 b43legacy_phy_lo_g_state(dev, &control, tmp_control,
1674 b43legacy_phy_write(dev, 0x0015, 0xE300);
1675 b43legacy_phy_write(dev, 0x0812, (r27 << 8) | 0xA0);
1677 b43legacy_phy_write(dev, 0x0812, (r27 << 8) | 0xA2);
1679 b43legacy_phy_write(dev, 0x0812, (r27 << 8) | 0xA3);
1680 b43legacy_voluntary_preempt();
1682 b43legacy_phy_write(dev, 0x0015, r27 | 0xEFA0);
1683 b43legacy_phy_lo_adjust(dev, is_initializing);
1684 b43legacy_phy_write(dev, 0x002E, 0x807F);
1686 b43legacy_phy_write(dev, 0x002F, 0x0202);
1688 b43legacy_phy_write(dev, 0x002F, 0x0101);
1689 b43legacy_write16(dev, B43legacy_MMIO_CHANNEL_EXT, regstack[4]);
1690 b43legacy_phy_write(dev, 0x0015, regstack[5]);
1691 b43legacy_phy_write(dev, 0x002A, regstack[6]);
1692 b43legacy_phy_write(dev, 0x0035, regstack[7]);
1693 b43legacy_phy_write(dev, 0x0060, regstack[8]);
1694 b43legacy_radio_write16(dev, 0x0043, regstack[9]);
1695 b43legacy_radio_write16(dev, 0x007A, regstack[10]);
1696 regstack[11] &= 0x00F0;
1697 regstack[11] |= (b43legacy_radio_read16(dev, 0x52) & 0x000F);
1698 b43legacy_radio_write16(dev, 0x52, regstack[11]);
1699 b43legacy_write16(dev, 0x03E2, regstack[3]);
1701 b43legacy_phy_write(dev, 0x0811, regstack[12]);
1702 b43legacy_phy_write(dev, 0x0812, regstack[13]);
1703 b43legacy_phy_write(dev, 0x0814, regstack[14]);
1704 b43legacy_phy_write(dev, 0x0815, regstack[15]);
1705 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0]);
1706 b43legacy_phy_write(dev, 0x0802, regstack[1]);
1708 b43legacy_radio_selectchannel(dev, oldchannel, 1);
1710 #ifdef CONFIG_B43LEGACY_DEBUG
1712 /* Sanity check for all lopairs. */
1713 for (i = 0; i < B43legacy_LO_COUNT; i++) {
1714 tmp_control = phy->_lo_pairs + i;
1715 if (tmp_control->low < -8 || tmp_control->low > 8 ||
1716 tmp_control->high < -8 || tmp_control->high > 8)
1717 b43legacywarn(dev->wl,
1718 "WARNING: Invalid LOpair (low: %d, high:"
1719 " %d, index: %d)\n",
1720 tmp_control->low, tmp_control->high, i);
1723 #endif /* CONFIG_B43LEGACY_DEBUG */
1727 void b43legacy_phy_lo_mark_current_used(struct b43legacy_wldev *dev)
1729 struct b43legacy_lopair *pair;
1731 pair = b43legacy_current_lopair(dev);
1735 void b43legacy_phy_lo_mark_all_unused(struct b43legacy_wldev *dev)
1737 struct b43legacy_phy *phy = &dev->phy;
1738 struct b43legacy_lopair *pair;
1741 for (i = 0; i < B43legacy_LO_COUNT; i++) {
1742 pair = phy->_lo_pairs + i;
1747 /* http://bcm-specs.sipsolutions.net/EstimatePowerOut
1748 * This function converts a TSSI value to dBm in Q5.2
1750 static s8 b43legacy_phy_estimate_power_out(struct b43legacy_wldev *dev, s8 tssi)
1752 struct b43legacy_phy *phy = &dev->phy;
1756 tmp = phy->idle_tssi;
1758 tmp -= phy->savedpctlreg;
1760 switch (phy->type) {
1761 case B43legacy_PHYTYPE_B:
1762 case B43legacy_PHYTYPE_G:
1763 tmp = limit_value(tmp, 0x00, 0x3F);
1764 dbm = phy->tssi2dbm[tmp];
1767 B43legacy_BUG_ON(1);
1773 /* http://bcm-specs.sipsolutions.net/RecalculateTransmissionPower */
1774 void b43legacy_phy_xmitpower(struct b43legacy_wldev *dev)
1776 struct b43legacy_phy *phy = &dev->phy;
1788 s16 radio_att_delta;
1789 s16 baseband_att_delta;
1790 s16 radio_attenuation;
1791 s16 baseband_attenuation;
1792 unsigned long phylock_flags;
1794 if (phy->savedpctlreg == 0xFFFF)
1796 if ((dev->dev->bus->boardinfo.type == 0x0416) &&
1797 is_bcm_board_vendor(dev))
1799 #ifdef CONFIG_B43LEGACY_DEBUG
1800 if (phy->manual_txpower_control)
1804 B43legacy_BUG_ON(!(phy->type == B43legacy_PHYTYPE_B ||
1805 phy->type == B43legacy_PHYTYPE_G));
1806 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x0058);
1807 v0 = (s8)(tmp & 0x00FF);
1808 v1 = (s8)((tmp & 0xFF00) >> 8);
1809 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x005A);
1810 v2 = (s8)(tmp & 0x00FF);
1811 v3 = (s8)((tmp & 0xFF00) >> 8);
1814 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) {
1815 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
1817 v0 = (s8)(tmp & 0x00FF);
1818 v1 = (s8)((tmp & 0xFF00) >> 8);
1819 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
1821 v2 = (s8)(tmp & 0x00FF);
1822 v3 = (s8)((tmp & 0xFF00) >> 8);
1823 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F)
1825 v0 = (v0 + 0x20) & 0x3F;
1826 v1 = (v1 + 0x20) & 0x3F;
1827 v2 = (v2 + 0x20) & 0x3F;
1828 v3 = (v3 + 0x20) & 0x3F;
1831 b43legacy_radio_clear_tssi(dev);
1833 average = (v0 + v1 + v2 + v3 + 2) / 4;
1835 if (tmp && (b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x005E)
1839 estimated_pwr = b43legacy_phy_estimate_power_out(dev, average);
1841 max_pwr = dev->dev->bus->sprom.maxpwr_bg;
1843 if ((dev->dev->bus->sprom.boardflags_lo
1844 & B43legacy_BFL_PACTRL) &&
1845 (phy->type == B43legacy_PHYTYPE_G))
1847 if (unlikely(max_pwr <= 0)) {
1848 b43legacywarn(dev->wl, "Invalid max-TX-power value in SPROM."
1850 max_pwr = 74; /* fake it */
1851 dev->dev->bus->sprom.maxpwr_bg = max_pwr;
1854 /* Use regulatory information to get the maximum power.
1855 * In the absence of such data from mac80211, we will use 20 dBm, which
1856 * is the value for the EU, US, Canada, and most of the world.
1857 * The regulatory maximum is reduced by the antenna gain (from sprom)
1858 * and 1.5 dBm (a safety factor??). The result is in Q5.2 format
1859 * which accounts for the factor of 4 */
1860 #define REG_MAX_PWR 20
1861 max_pwr = min(REG_MAX_PWR * 4
1862 - dev->dev->bus->sprom.antenna_gain_bg
1865 /* find the desired power in Q5.2 - power_level is in dBm
1866 * and limit it - max_pwr is already in Q5.2 */
1867 desired_pwr = limit_value(phy->power_level << 2, 0, max_pwr);
1868 if (b43legacy_debug(dev, B43legacy_DBG_XMITPOWER))
1869 b43legacydbg(dev->wl, "Current TX power output: " Q52_FMT
1870 " dBm, Desired TX power output: " Q52_FMT
1871 " dBm\n", Q52_ARG(estimated_pwr),
1872 Q52_ARG(desired_pwr));
1873 /* Check if we need to adjust the current power. The factor of 2 is
1875 pwr_adjust = (desired_pwr - estimated_pwr) / 2;
1876 /* RF attenuation delta
1877 * The minus sign is because lower attenuation => more power */
1878 radio_att_delta = -(pwr_adjust + 7) >> 3;
1879 /* Baseband attenuation delta */
1880 baseband_att_delta = -(pwr_adjust >> 1) - (4 * radio_att_delta);
1881 /* Do we need to adjust anything? */
1882 if ((radio_att_delta == 0) && (baseband_att_delta == 0)) {
1883 b43legacy_phy_lo_mark_current_used(dev);
1887 /* Calculate the new attenuation values. */
1888 baseband_attenuation = phy->bbatt;
1889 baseband_attenuation += baseband_att_delta;
1890 radio_attenuation = phy->rfatt;
1891 radio_attenuation += radio_att_delta;
1893 /* Get baseband and radio attenuation values into permitted ranges.
1894 * baseband 0-11, radio 0-9.
1895 * Radio attenuation affects power level 4 times as much as baseband.
1897 if (radio_attenuation < 0) {
1898 baseband_attenuation -= (4 * -radio_attenuation);
1899 radio_attenuation = 0;
1900 } else if (radio_attenuation > 9) {
1901 baseband_attenuation += (4 * (radio_attenuation - 9));
1902 radio_attenuation = 9;
1904 while (baseband_attenuation < 0 && radio_attenuation > 0) {
1905 baseband_attenuation += 4;
1906 radio_attenuation--;
1908 while (baseband_attenuation > 11 && radio_attenuation < 9) {
1909 baseband_attenuation -= 4;
1910 radio_attenuation++;
1913 baseband_attenuation = limit_value(baseband_attenuation, 0, 11);
1915 txpower = phy->txctl1;
1916 if ((phy->radio_ver == 0x2050) && (phy->radio_rev == 2)) {
1917 if (radio_attenuation <= 1) {
1920 radio_attenuation += 2;
1921 baseband_attenuation += 2;
1922 } else if (dev->dev->bus->sprom.boardflags_lo
1923 & B43legacy_BFL_PACTRL) {
1924 baseband_attenuation += 4 *
1925 (radio_attenuation - 2);
1926 radio_attenuation = 2;
1928 } else if (radio_attenuation > 4 && txpower != 0) {
1930 if (baseband_attenuation < 3) {
1931 radio_attenuation -= 3;
1932 baseband_attenuation += 2;
1934 radio_attenuation -= 2;
1935 baseband_attenuation -= 2;
1939 /* Save the control values */
1940 phy->txctl1 = txpower;
1941 baseband_attenuation = limit_value(baseband_attenuation, 0, 11);
1942 radio_attenuation = limit_value(radio_attenuation, 0, 9);
1943 phy->rfatt = radio_attenuation;
1944 phy->bbatt = baseband_attenuation;
1946 /* Adjust the hardware */
1947 b43legacy_phy_lock(dev, phylock_flags);
1948 b43legacy_radio_lock(dev);
1949 b43legacy_radio_set_txpower_bg(dev, baseband_attenuation,
1950 radio_attenuation, txpower);
1951 b43legacy_phy_lo_mark_current_used(dev);
1952 b43legacy_radio_unlock(dev);
1953 b43legacy_phy_unlock(dev, phylock_flags);
1957 s32 b43legacy_tssi2dbm_ad(s32 num, s32 den)
1962 return (num+den/2)/den;
1966 s8 b43legacy_tssi2dbm_entry(s8 entry [], u8 index, s16 pab0, s16 pab1, s16 pab2)
1975 m1 = b43legacy_tssi2dbm_ad(16 * pab0 + index * pab1, 32);
1976 m2 = max(b43legacy_tssi2dbm_ad(32768 + index * pab2, 256), 1);
1980 q = b43legacy_tssi2dbm_ad(f * 4096 -
1981 b43legacy_tssi2dbm_ad(m2 * f, 16) *
1986 } while (delta >= 2);
1987 entry[index] = limit_value(b43legacy_tssi2dbm_ad(m1 * f, 8192),
1992 /* http://bcm-specs.sipsolutions.net/TSSI_to_DBM_Table */
1993 int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev)
1995 struct b43legacy_phy *phy = &dev->phy;
2002 B43legacy_WARN_ON(!(phy->type == B43legacy_PHYTYPE_B ||
2003 phy->type == B43legacy_PHYTYPE_G));
2004 pab0 = (s16)(dev->dev->bus->sprom.pa0b0);
2005 pab1 = (s16)(dev->dev->bus->sprom.pa0b1);
2006 pab2 = (s16)(dev->dev->bus->sprom.pa0b2);
2008 if ((dev->dev->bus->chip_id == 0x4301) && (phy->radio_ver != 0x2050)) {
2009 phy->idle_tssi = 0x34;
2010 phy->tssi2dbm = b43legacy_tssi2dbm_b_table;
2014 if (pab0 != 0 && pab1 != 0 && pab2 != 0 &&
2015 pab0 != -1 && pab1 != -1 && pab2 != -1) {
2016 /* The pabX values are set in SPROM. Use them. */
2017 if ((s8)dev->dev->bus->sprom.itssi_bg != 0 &&
2018 (s8)dev->dev->bus->sprom.itssi_bg != -1)
2019 phy->idle_tssi = (s8)(dev->dev->bus->sprom.
2022 phy->idle_tssi = 62;
2023 dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
2024 if (dyn_tssi2dbm == NULL) {
2025 b43legacyerr(dev->wl, "Could not allocate memory "
2026 "for tssi2dbm table\n");
2029 for (idx = 0; idx < 64; idx++)
2030 if (b43legacy_tssi2dbm_entry(dyn_tssi2dbm, idx, pab0,
2032 phy->tssi2dbm = NULL;
2033 b43legacyerr(dev->wl, "Could not generate "
2034 "tssi2dBm table\n");
2035 kfree(dyn_tssi2dbm);
2038 phy->tssi2dbm = dyn_tssi2dbm;
2039 phy->dyn_tssi_tbl = 1;
2041 /* pabX values not set in SPROM. */
2042 switch (phy->type) {
2043 case B43legacy_PHYTYPE_B:
2044 phy->idle_tssi = 0x34;
2045 phy->tssi2dbm = b43legacy_tssi2dbm_b_table;
2047 case B43legacy_PHYTYPE_G:
2048 phy->idle_tssi = 0x34;
2049 phy->tssi2dbm = b43legacy_tssi2dbm_g_table;
2057 int b43legacy_phy_init(struct b43legacy_wldev *dev)
2059 struct b43legacy_phy *phy = &dev->phy;
2062 switch (phy->type) {
2063 case B43legacy_PHYTYPE_B:
2066 b43legacy_phy_initb2(dev);
2070 b43legacy_phy_initb4(dev);
2074 b43legacy_phy_initb5(dev);
2078 b43legacy_phy_initb6(dev);
2083 case B43legacy_PHYTYPE_G:
2084 b43legacy_phy_initg(dev);
2089 b43legacyerr(dev->wl, "Unknown PHYTYPE found\n");
2094 void b43legacy_phy_set_antenna_diversity(struct b43legacy_wldev *dev)
2096 struct b43legacy_phy *phy = &dev->phy;
2102 antennadiv = phy->antenna_diversity;
2104 if (antennadiv == 0xFFFF)
2106 B43legacy_WARN_ON(antennadiv > 3);
2108 ucodeflags = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,
2109 B43legacy_UCODEFLAGS_OFFSET);
2110 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED,
2111 B43legacy_UCODEFLAGS_OFFSET,
2112 ucodeflags & ~B43legacy_UCODEFLAG_AUTODIV);
2114 switch (phy->type) {
2115 case B43legacy_PHYTYPE_G:
2118 if (antennadiv == 2)
2119 value = (3/*automatic*/ << 7);
2121 value = (antennadiv << 7);
2122 b43legacy_phy_write(dev, offset + 1,
2123 (b43legacy_phy_read(dev, offset + 1)
2126 if (antennadiv >= 2) {
2127 if (antennadiv == 2)
2128 value = (antennadiv << 7);
2130 value = (0/*force0*/ << 7);
2131 b43legacy_phy_write(dev, offset + 0x2B,
2132 (b43legacy_phy_read(dev,
2137 if (phy->type == B43legacy_PHYTYPE_G) {
2138 if (antennadiv >= 2)
2139 b43legacy_phy_write(dev, 0x048C,
2140 b43legacy_phy_read(dev,
2143 b43legacy_phy_write(dev, 0x048C,
2144 b43legacy_phy_read(dev,
2146 if (phy->rev >= 2) {
2147 b43legacy_phy_write(dev, 0x0461,
2148 b43legacy_phy_read(dev,
2150 b43legacy_phy_write(dev, 0x04AD,
2151 (b43legacy_phy_read(dev,
2153 & 0x00FF) | 0x0015);
2155 b43legacy_phy_write(dev, 0x0427,
2158 b43legacy_phy_write(dev, 0x0427,
2159 (b43legacy_phy_read(dev, 0x0427)
2160 & 0x00FF) | 0x0008);
2161 } else if (phy->rev >= 6)
2162 b43legacy_phy_write(dev, 0x049B, 0x00DC);
2165 b43legacy_phy_write(dev, 0x002B,
2166 (b43legacy_phy_read(dev,
2170 b43legacy_phy_write(dev, 0x0061,
2171 b43legacy_phy_read(dev,
2173 if (phy->rev == 3) {
2174 b43legacy_phy_write(dev, 0x0093,
2176 b43legacy_phy_write(dev, 0x0027,
2179 b43legacy_phy_write(dev, 0x0093,
2181 b43legacy_phy_write(dev, 0x0027,
2182 (b43legacy_phy_read(dev, 0x0027)
2183 & 0x00FF) | 0x0008);
2188 case B43legacy_PHYTYPE_B:
2189 if (dev->dev->id.revision == 2)
2190 value = (3/*automatic*/ << 7);
2192 value = (antennadiv << 7);
2193 b43legacy_phy_write(dev, 0x03E2,
2194 (b43legacy_phy_read(dev, 0x03E2)
2198 B43legacy_WARN_ON(1);
2201 if (antennadiv >= 2) {
2202 ucodeflags = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,
2203 B43legacy_UCODEFLAGS_OFFSET);
2204 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED,
2205 B43legacy_UCODEFLAGS_OFFSET,
2206 ucodeflags | B43legacy_UCODEFLAG_AUTODIV);
2209 phy->antenna_diversity = antennadiv;
2212 /* Set the PowerSavingControlBits.
2214 * 0 => unset the bit
2216 * -1 => calculate the bit
2218 void b43legacy_power_saving_ctl_bits(struct b43legacy_wldev *dev,
2219 int bit25, int bit26)
2224 /* FIXME: Force 25 to off and 26 to on for now: */
2229 /* TODO: If powersave is not off and FIXME is not set and we
2230 * are not in adhoc and thus is not an AP and we arei
2231 * associated, set bit 25 */
2234 /* TODO: If the device is awake or this is an AP, or we are
2235 * scanning, or FIXME, or we are associated, or FIXME,
2236 * or the latest PS-Poll packet sent was successful,
2239 status = b43legacy_read32(dev, B43legacy_MMIO_STATUS_BITFIELD);
2241 status |= B43legacy_SBF_PS1;
2243 status &= ~B43legacy_SBF_PS1;
2245 status |= B43legacy_SBF_PS2;
2247 status &= ~B43legacy_SBF_PS2;
2248 b43legacy_write32(dev, B43legacy_MMIO_STATUS_BITFIELD, status);
2249 if (bit26 && dev->dev->id.revision >= 5) {
2250 for (i = 0; i < 100; i++) {
2251 if (b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,