blob: 05790fa81bc1516d6d4100684f11ce502644eadb [file] [log] [blame]
Rafał Miłeckid7520b12011-06-13 16:20:06 +02001/*
2
3 Broadcom B43 wireless driver
4 IEEE 802.11n HT-PHY support
5
Rafał Miłecki108f4f32011-09-03 21:01:02 +02006 Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com>
7
Rafał Miłeckid7520b12011-06-13 16:20:06 +02008 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
21 Boston, MA 02110-1301, USA.
22
23*/
24
25#include <linux/slab.h>
26
27#include "b43.h"
28#include "phy_ht.h"
Rafał Miłeckie5b61002011-06-27 14:58:52 +020029#include "tables_phy_ht.h"
Rafał Miłecki5192bf52011-06-19 12:17:19 +020030#include "radio_2059.h"
Rafał Miłeckid7520b12011-06-13 16:20:06 +020031#include "main.h"
32
Rafał Miłecki3e644ab2011-06-28 00:08:53 +020033/**************************************************
34 * Radio 2059.
35 **************************************************/
36
Rafał Miłecki39ca5542011-06-19 12:17:20 +020037static void b43_radio_2059_channel_setup(struct b43_wldev *dev,
38 const struct b43_phy_ht_channeltab_e_radio2059 *e)
39{
Rafał Miłeckia6b7da52011-06-19 12:17:21 +020040 u8 i;
41 u16 routing;
42
43 b43_radio_write(dev, 0x16, e->radio_syn16);
44 b43_radio_write(dev, 0x17, e->radio_syn17);
45 b43_radio_write(dev, 0x22, e->radio_syn22);
46 b43_radio_write(dev, 0x25, e->radio_syn25);
47 b43_radio_write(dev, 0x27, e->radio_syn27);
48 b43_radio_write(dev, 0x28, e->radio_syn28);
49 b43_radio_write(dev, 0x29, e->radio_syn29);
50 b43_radio_write(dev, 0x2c, e->radio_syn2c);
51 b43_radio_write(dev, 0x2d, e->radio_syn2d);
52 b43_radio_write(dev, 0x37, e->radio_syn37);
53 b43_radio_write(dev, 0x41, e->radio_syn41);
54 b43_radio_write(dev, 0x43, e->radio_syn43);
55 b43_radio_write(dev, 0x47, e->radio_syn47);
56 b43_radio_write(dev, 0x4a, e->radio_syn4a);
57 b43_radio_write(dev, 0x58, e->radio_syn58);
58 b43_radio_write(dev, 0x5a, e->radio_syn5a);
59 b43_radio_write(dev, 0x6a, e->radio_syn6a);
60 b43_radio_write(dev, 0x6d, e->radio_syn6d);
61 b43_radio_write(dev, 0x6e, e->radio_syn6e);
62 b43_radio_write(dev, 0x92, e->radio_syn92);
63 b43_radio_write(dev, 0x98, e->radio_syn98);
64
65 for (i = 0; i < 2; i++) {
Rafał Miłeckie8dec1e2011-06-28 00:08:52 +020066 routing = i ? R2059_RXRX1 : R2059_TXRX0;
Rafał Miłeckia6b7da52011-06-19 12:17:21 +020067 b43_radio_write(dev, routing | 0x4a, e->radio_rxtx4a);
68 b43_radio_write(dev, routing | 0x58, e->radio_rxtx58);
69 b43_radio_write(dev, routing | 0x5a, e->radio_rxtx5a);
70 b43_radio_write(dev, routing | 0x6a, e->radio_rxtx6a);
71 b43_radio_write(dev, routing | 0x6d, e->radio_rxtx6d);
72 b43_radio_write(dev, routing | 0x6e, e->radio_rxtx6e);
73 b43_radio_write(dev, routing | 0x92, e->radio_rxtx92);
74 b43_radio_write(dev, routing | 0x98, e->radio_rxtx98);
75 }
76
77 udelay(50);
78
Rafał Miłeckic1c3dae2011-06-20 03:12:19 +020079 /* Calibration */
80 b43_radio_mask(dev, 0x2b, ~0x1);
81 b43_radio_mask(dev, 0x2e, ~0x4);
82 b43_radio_set(dev, 0x2e, 0x4);
83 b43_radio_set(dev, 0x2b, 0x1);
84
85 udelay(300);
Rafał Miłecki39ca5542011-06-19 12:17:20 +020086}
87
Rafał Miłecki3e644ab2011-06-28 00:08:53 +020088static void b43_radio_2059_init(struct b43_wldev *dev)
89{
90 const u16 routing[] = { R2059_SYN, R2059_TXRX0, R2059_RXRX1 };
Rafał Miłeckia5f377f2011-06-29 00:56:49 +020091 const u16 radio_values[3][2] = {
92 { 0x61, 0xE9 }, { 0x69, 0xD5 }, { 0x73, 0x99 },
93 };
94 u16 i, j;
Rafał Miłecki3e644ab2011-06-28 00:08:53 +020095
96 b43_radio_write(dev, R2059_ALL | 0x51, 0x0070);
97 b43_radio_write(dev, R2059_ALL | 0x5a, 0x0003);
98
99 for (i = 0; i < ARRAY_SIZE(routing); i++)
100 b43_radio_set(dev, routing[i] | 0x146, 0x3);
101
102 b43_radio_set(dev, 0x2e, 0x0078);
103 b43_radio_set(dev, 0xc0, 0x0080);
104 msleep(2);
105 b43_radio_mask(dev, 0x2e, ~0x0078);
106 b43_radio_mask(dev, 0xc0, ~0x0080);
107
Rafał Miłeckia5f377f2011-06-29 00:56:49 +0200108 if (1) { /* FIXME */
109 b43_radio_set(dev, R2059_RXRX1 | 0x4, 0x1);
110 udelay(10);
111 b43_radio_set(dev, R2059_RXRX1 | 0x0BF, 0x1);
112 b43_radio_maskset(dev, R2059_RXRX1 | 0x19B, 0x3, 0x2);
113
114 b43_radio_set(dev, R2059_RXRX1 | 0x4, 0x2);
115 udelay(100);
116 b43_radio_mask(dev, R2059_RXRX1 | 0x4, ~0x2);
117
118 for (i = 0; i < 10000; i++) {
119 if (b43_radio_read(dev, R2059_RXRX1 | 0x145) & 1) {
120 i = 0;
121 break;
122 }
123 udelay(100);
124 }
125 if (i)
126 b43err(dev->wl, "radio 0x945 timeout\n");
127
128 b43_radio_mask(dev, R2059_RXRX1 | 0x4, ~0x1);
129 b43_radio_set(dev, 0xa, 0x60);
130
131 for (i = 0; i < 3; i++) {
132 b43_radio_write(dev, 0x17F, radio_values[i][0]);
133 b43_radio_write(dev, 0x13D, 0x6E);
134 b43_radio_write(dev, 0x13E, radio_values[i][1]);
135 b43_radio_write(dev, 0x13C, 0x55);
136
137 for (j = 0; j < 10000; j++) {
138 if (b43_radio_read(dev, 0x140) & 2) {
139 j = 0;
140 break;
141 }
142 udelay(500);
143 }
144 if (j)
145 b43err(dev->wl, "radio 0x140 timeout\n");
146
147 b43_radio_write(dev, 0x13C, 0x15);
148 }
149
150 b43_radio_mask(dev, 0x17F, ~0x1);
151 }
152
Rafał Miłeckib473bc12011-07-17 10:30:34 +0200153 b43_radio_mask(dev, 0x11, ~0x0008);
Rafał Miłecki3e644ab2011-06-28 00:08:53 +0200154}
155
156/**************************************************
Rafał Miłecki15222b52011-08-12 13:13:44 +0200157 * Various PHY ops
158 **************************************************/
159
Rafał Miłeckib372afa2013-03-07 16:47:16 +0100160static u16 b43_phy_ht_classifier(struct b43_wldev *dev, u16 mask, u16 val)
161{
162 u16 tmp;
163 u16 allowed = B43_PHY_HT_CLASS_CTL_CCK_EN |
164 B43_PHY_HT_CLASS_CTL_OFDM_EN |
165 B43_PHY_HT_CLASS_CTL_WAITED_EN;
166
167 tmp = b43_phy_read(dev, B43_PHY_HT_CLASS_CTL);
168 tmp &= allowed;
169 tmp &= ~mask;
170 tmp |= (val & mask);
171 b43_phy_maskset(dev, B43_PHY_HT_CLASS_CTL, ~allowed, tmp);
172
173 return tmp;
174}
175
Rafał Miłecki15222b52011-08-12 13:13:44 +0200176static void b43_phy_ht_zero_extg(struct b43_wldev *dev)
177{
178 u8 i, j;
179 u16 base[] = { 0x40, 0x60, 0x80 };
180
181 for (i = 0; i < ARRAY_SIZE(base); i++) {
182 for (j = 0; j < 4; j++)
183 b43_phy_write(dev, B43_PHY_EXTG(base[i] + j), 0);
184 }
185
186 for (i = 0; i < ARRAY_SIZE(base); i++)
187 b43_phy_write(dev, B43_PHY_EXTG(base[i] + 0xc), 0);
188}
189
Rafał Miłeckia4042bb2011-08-13 01:41:12 +0200190/* Some unknown AFE (Analog Frondned) op */
191static void b43_phy_ht_afe_unk1(struct b43_wldev *dev)
192{
193 u8 i;
194
Rafał Miłecki47606922013-03-09 13:43:49 +0100195 static const u16 ctl_regs[3][2] = {
196 { B43_PHY_HT_AFE_C1_OVER, B43_PHY_HT_AFE_C1 },
197 { B43_PHY_HT_AFE_C2_OVER, B43_PHY_HT_AFE_C2 },
198 { B43_PHY_HT_AFE_C3_OVER, B43_PHY_HT_AFE_C3},
Rafał Miłeckia4042bb2011-08-13 01:41:12 +0200199 };
200
201 for (i = 0; i < 3; i++) {
202 /* TODO: verify masks&sets */
203 b43_phy_set(dev, ctl_regs[i][1], 0x4);
204 b43_phy_set(dev, ctl_regs[i][0], 0x4);
205 b43_phy_mask(dev, ctl_regs[i][1], ~0x1);
206 b43_phy_set(dev, ctl_regs[i][0], 0x1);
207 b43_httab_write(dev, B43_HTTAB16(8, 5 + (i * 0x10)), 0);
208 b43_phy_mask(dev, ctl_regs[i][0], ~0x4);
209 }
210}
211
Rafał Miłeckic750f792011-08-24 11:52:34 +0200212static void b43_phy_ht_force_rf_sequence(struct b43_wldev *dev, u16 rf_seq)
213{
214 u8 i;
215
216 u16 save_seq_mode = b43_phy_read(dev, B43_PHY_HT_RF_SEQ_MODE);
217 b43_phy_set(dev, B43_PHY_HT_RF_SEQ_MODE, 0x3);
218
219 b43_phy_set(dev, B43_PHY_HT_RF_SEQ_TRIG, rf_seq);
220 for (i = 0; i < 200; i++) {
221 if (!(b43_phy_read(dev, B43_PHY_HT_RF_SEQ_STATUS) & rf_seq)) {
222 i = 0;
223 break;
224 }
225 msleep(1);
226 }
227 if (i)
228 b43err(dev->wl, "Forcing RF sequence timeout\n");
229
230 b43_phy_write(dev, B43_PHY_HT_RF_SEQ_MODE, save_seq_mode);
231}
232
Rafał Miłeckiea5a08c2011-08-24 11:52:35 +0200233static void b43_phy_ht_read_clip_detection(struct b43_wldev *dev, u16 *clip_st)
234{
235 clip_st[0] = b43_phy_read(dev, B43_PHY_HT_C1_CLIP1THRES);
236 clip_st[1] = b43_phy_read(dev, B43_PHY_HT_C2_CLIP1THRES);
237 clip_st[2] = b43_phy_read(dev, B43_PHY_HT_C3_CLIP1THRES);
238}
239
Rafał Miłeckib5058342011-08-12 15:27:34 +0200240static void b43_phy_ht_bphy_init(struct b43_wldev *dev)
241{
242 unsigned int i;
243 u16 val;
244
245 val = 0x1E1F;
246 for (i = 0; i < 16; i++) {
247 b43_phy_write(dev, B43_PHY_N_BMODE(0x88 + i), val);
248 val -= 0x202;
249 }
250 val = 0x3E3F;
251 for (i = 0; i < 16; i++) {
252 b43_phy_write(dev, B43_PHY_N_BMODE(0x98 + i), val);
253 val -= 0x202;
254 }
255 b43_phy_write(dev, B43_PHY_N_BMODE(0x38), 0x668);
256}
257
Rafał Miłecki15222b52011-08-12 13:13:44 +0200258/**************************************************
Rafał Miłecki3e644ab2011-06-28 00:08:53 +0200259 * Channel switching ops.
260 **************************************************/
261
Rafał Miłecki39ca5542011-06-19 12:17:20 +0200262static void b43_phy_ht_channel_setup(struct b43_wldev *dev,
263 const struct b43_phy_ht_channeltab_e_phy *e,
264 struct ieee80211_channel *new_channel)
265{
Rafał Miłeckibdb2dfb2011-06-27 14:58:51 +0200266 bool old_band_5ghz;
Rafał Miłeckie5b61002011-06-27 14:58:52 +0200267 u8 i;
Rafał Miłeckibdb2dfb2011-06-27 14:58:51 +0200268
269 old_band_5ghz = b43_phy_read(dev, B43_PHY_HT_BANDCTL) & 0; /* FIXME */
270 if (new_channel->band == IEEE80211_BAND_5GHZ && !old_band_5ghz) {
271 /* TODO */
272 } else if (new_channel->band == IEEE80211_BAND_2GHZ && old_band_5ghz) {
273 /* TODO */
274 }
275
276 b43_phy_write(dev, B43_PHY_HT_BW1, e->bw1);
277 b43_phy_write(dev, B43_PHY_HT_BW2, e->bw2);
278 b43_phy_write(dev, B43_PHY_HT_BW3, e->bw3);
279 b43_phy_write(dev, B43_PHY_HT_BW4, e->bw4);
280 b43_phy_write(dev, B43_PHY_HT_BW5, e->bw5);
281 b43_phy_write(dev, B43_PHY_HT_BW6, e->bw6);
Rafał Miłeckie5b61002011-06-27 14:58:52 +0200282
Rafał Miłeckib372afa2013-03-07 16:47:16 +0100283 if (new_channel->hw_value == 14) {
284 b43_phy_ht_classifier(dev, B43_PHY_HT_CLASS_CTL_OFDM_EN, 0);
285 b43_phy_set(dev, B43_PHY_HT_TEST, 0x0800);
286 } else {
287 b43_phy_ht_classifier(dev, B43_PHY_HT_CLASS_CTL_OFDM_EN,
288 B43_PHY_HT_CLASS_CTL_OFDM_EN);
289 if (new_channel->band == IEEE80211_BAND_2GHZ)
290 b43_phy_mask(dev, B43_PHY_HT_TEST, ~0x840);
291 }
Rafał Miłeckie5b61002011-06-27 14:58:52 +0200292
293 /* TODO: separated function? */
294 for (i = 0; i < 3; i++) {
Rafał Miłeckibfc8dfe2011-06-27 15:04:47 +0200295 u16 mask;
Rafał Miłeckie5b61002011-06-27 14:58:52 +0200296 u32 tmp = b43_httab_read(dev, B43_HTTAB32(26, 0xE8));
297
Rafał Miłeckibfc8dfe2011-06-27 15:04:47 +0200298 if (0) /* FIXME */
299 mask = 0x2 << (i * 4);
300 else
301 mask = 0;
302 b43_phy_mask(dev, B43_PHY_EXTG(0x108), mask);
Rafał Miłeckie5b61002011-06-27 14:58:52 +0200303
304 b43_httab_write(dev, B43_HTTAB16(7, 0x110 + i), tmp >> 16);
305 b43_httab_write(dev, B43_HTTAB8(13, 0x63 + (i * 4)),
306 tmp & 0xFF);
307 b43_httab_write(dev, B43_HTTAB8(13, 0x73 + (i * 4)),
308 tmp & 0xFF);
309 }
310
311 b43_phy_write(dev, 0x017e, 0x3830);
Rafał Miłecki39ca5542011-06-19 12:17:20 +0200312}
313
314static int b43_phy_ht_set_channel(struct b43_wldev *dev,
315 struct ieee80211_channel *channel,
316 enum nl80211_channel_type channel_type)
317{
318 struct b43_phy *phy = &dev->phy;
319
320 const struct b43_phy_ht_channeltab_e_radio2059 *chent_r2059 = NULL;
321
322 if (phy->radio_ver == 0x2059) {
323 chent_r2059 = b43_phy_ht_get_channeltab_e_r2059(dev,
324 channel->center_freq);
325 if (!chent_r2059)
326 return -ESRCH;
327 } else {
328 return -ESRCH;
329 }
330
331 /* TODO: In case of N-PHY some bandwidth switching goes here */
332
333 if (phy->radio_ver == 0x2059) {
334 b43_radio_2059_channel_setup(dev, chent_r2059);
335 b43_phy_ht_channel_setup(dev, &(chent_r2059->phy_regs),
336 channel);
337 } else {
338 return -ESRCH;
339 }
340
341 return 0;
342}
343
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200344/**************************************************
345 * Basic PHY ops.
346 **************************************************/
347
348static int b43_phy_ht_op_allocate(struct b43_wldev *dev)
349{
350 struct b43_phy_ht *phy_ht;
351
352 phy_ht = kzalloc(sizeof(*phy_ht), GFP_KERNEL);
353 if (!phy_ht)
354 return -ENOMEM;
355 dev->phy.ht = phy_ht;
356
357 return 0;
358}
359
360static void b43_phy_ht_op_prepare_structs(struct b43_wldev *dev)
361{
362 struct b43_phy *phy = &dev->phy;
363 struct b43_phy_ht *phy_ht = phy->ht;
364
365 memset(phy_ht, 0, sizeof(*phy_ht));
366}
367
Rafał Miłecki2d02c862011-06-28 09:28:39 +0200368static int b43_phy_ht_op_init(struct b43_wldev *dev)
369{
Rafał Miłecki19240f32011-08-12 13:13:46 +0200370 u16 tmp;
Rafał Miłeckiea5a08c2011-08-24 11:52:35 +0200371 u16 clip_state[3];
Rafał Miłecki19240f32011-08-12 13:13:46 +0200372
Rafał Miłecki7c2332b2013-03-04 16:39:10 +0100373 if (dev->dev->bus_type != B43_BUS_BCMA) {
374 b43err(dev->wl, "HT-PHY is supported only on BCMA bus!\n");
375 return -EOPNOTSUPP;
376 }
377
Rafał Miłecki2d02c862011-06-28 09:28:39 +0200378 b43_phy_ht_tables_init(dev);
379
Rafał Miłecki357e24d2011-08-13 01:41:11 +0200380 b43_phy_mask(dev, 0x0be, ~0x2);
381 b43_phy_set(dev, 0x23f, 0x7ff);
382 b43_phy_set(dev, 0x240, 0x7ff);
383 b43_phy_set(dev, 0x241, 0x7ff);
Rafał Miłecki15222b52011-08-12 13:13:44 +0200384
385 b43_phy_ht_zero_extg(dev);
386
Rafał Miłecki357e24d2011-08-13 01:41:11 +0200387 b43_phy_mask(dev, B43_PHY_EXTG(0), ~0x3);
Rafał Miłeckif457f182011-08-12 13:13:45 +0200388
Rafał Miłecki47606922013-03-09 13:43:49 +0100389 b43_phy_write(dev, B43_PHY_HT_AFE_C1_OVER, 0);
390 b43_phy_write(dev, B43_PHY_HT_AFE_C2_OVER, 0);
391 b43_phy_write(dev, B43_PHY_HT_AFE_C3_OVER, 0);
Rafał Miłeckif457f182011-08-12 13:13:45 +0200392
393 b43_phy_write(dev, B43_PHY_EXTG(0x103), 0x20);
394 b43_phy_write(dev, B43_PHY_EXTG(0x101), 0x20);
395 b43_phy_write(dev, 0x20d, 0xb8);
396 b43_phy_write(dev, B43_PHY_EXTG(0x14f), 0xc8);
397 b43_phy_write(dev, 0x70, 0x50);
398 b43_phy_write(dev, 0x1ff, 0x30);
399
400 if (0) /* TODO: condition */
401 ; /* TODO: PHY op on reg 0x217 */
402
Rafał Miłeckib372afa2013-03-07 16:47:16 +0100403 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ)
404 b43_phy_ht_classifier(dev, B43_PHY_HT_CLASS_CTL_CCK_EN, 0);
405 else
406 b43_phy_ht_classifier(dev, B43_PHY_HT_CLASS_CTL_CCK_EN,
407 B43_PHY_HT_CLASS_CTL_CCK_EN);
Rafał Miłeckif457f182011-08-12 13:13:45 +0200408
Rafał Miłecki357e24d2011-08-13 01:41:11 +0200409 b43_phy_set(dev, 0xb1, 0x91);
410 b43_phy_write(dev, 0x32f, 0x0003);
411 b43_phy_write(dev, 0x077, 0x0010);
412 b43_phy_write(dev, 0x0b4, 0x0258);
413 b43_phy_mask(dev, 0x17e, ~0x4000);
Rafał Miłeckif457f182011-08-12 13:13:45 +0200414
415 b43_phy_write(dev, 0x0b9, 0x0072);
416
Rafał Miłecki98f8dc72011-08-13 17:54:04 +0200417 b43_httab_write_few(dev, B43_HTTAB16(7, 0x14e), 2, 0x010f, 0x010f);
418 b43_httab_write_few(dev, B43_HTTAB16(7, 0x15e), 2, 0x010f, 0x010f);
419 b43_httab_write_few(dev, B43_HTTAB16(7, 0x16e), 2, 0x010f, 0x010f);
Rafał Miłecki19240f32011-08-12 13:13:46 +0200420
Rafał Miłeckia4042bb2011-08-13 01:41:12 +0200421 b43_phy_ht_afe_unk1(dev);
422
Rafał Miłecki98f8dc72011-08-13 17:54:04 +0200423 b43_httab_write_few(dev, B43_HTTAB16(7, 0x130), 9, 0x777, 0x111, 0x111,
424 0x777, 0x111, 0x111, 0x777, 0x111, 0x111);
425
426 b43_httab_write(dev, B43_HTTAB16(7, 0x120), 0x0777);
427 b43_httab_write(dev, B43_HTTAB16(7, 0x124), 0x0777);
428
429 b43_httab_write(dev, B43_HTTAB16(8, 0x00), 0x02);
430 b43_httab_write(dev, B43_HTTAB16(8, 0x10), 0x02);
431 b43_httab_write(dev, B43_HTTAB16(8, 0x20), 0x02);
432
433 b43_httab_write_few(dev, B43_HTTAB16(8, 0x08), 4,
434 0x8e, 0x96, 0x96, 0x96);
435 b43_httab_write_few(dev, B43_HTTAB16(8, 0x18), 4,
436 0x8f, 0x9f, 0x9f, 0x9f);
437 b43_httab_write_few(dev, B43_HTTAB16(8, 0x28), 4,
438 0x8f, 0x9f, 0x9f, 0x9f);
439
440 b43_httab_write_few(dev, B43_HTTAB16(8, 0x0c), 4, 0x2, 0x2, 0x2, 0x2);
441 b43_httab_write_few(dev, B43_HTTAB16(8, 0x1c), 4, 0x2, 0x2, 0x2, 0x2);
442 b43_httab_write_few(dev, B43_HTTAB16(8, 0x2c), 4, 0x2, 0x2, 0x2, 0x2);
Rafał Miłeckia4042bb2011-08-13 01:41:12 +0200443
Rafał Miłecki357e24d2011-08-13 01:41:11 +0200444 b43_phy_maskset(dev, 0x0280, 0xff00, 0x3e);
445 b43_phy_maskset(dev, 0x0283, 0xff00, 0x3e);
446 b43_phy_maskset(dev, B43_PHY_OFDM(0x0141), 0xff00, 0x46);
447 b43_phy_maskset(dev, 0x0283, 0xff00, 0x40);
448
Rafał Miłecki98f8dc72011-08-13 17:54:04 +0200449 b43_httab_write_few(dev, B43_HTTAB16(00, 0x8), 4,
450 0x09, 0x0e, 0x13, 0x18);
451 b43_httab_write_few(dev, B43_HTTAB16(01, 0x8), 4,
452 0x09, 0x0e, 0x13, 0x18);
453 /* TODO: Did wl mean 2 instead of 40? */
454 b43_httab_write_few(dev, B43_HTTAB16(40, 0x8), 4,
455 0x09, 0x0e, 0x13, 0x18);
Rafał Miłecki357e24d2011-08-13 01:41:11 +0200456
457 b43_phy_maskset(dev, B43_PHY_OFDM(0x24), 0x3f, 0xd);
458 b43_phy_maskset(dev, B43_PHY_OFDM(0x64), 0x3f, 0xd);
459 b43_phy_maskset(dev, B43_PHY_OFDM(0xa4), 0x3f, 0xd);
460
461 b43_phy_set(dev, B43_PHY_EXTG(0x060), 0x1);
462 b43_phy_set(dev, B43_PHY_EXTG(0x064), 0x1);
463 b43_phy_set(dev, B43_PHY_EXTG(0x080), 0x1);
464 b43_phy_set(dev, B43_PHY_EXTG(0x084), 0x1);
465
Rafał Miłecki19240f32011-08-12 13:13:46 +0200466 /* Copy some tables entries */
467 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x144));
468 b43_httab_write(dev, B43_HTTAB16(7, 0x14a), tmp);
469 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x154));
470 b43_httab_write(dev, B43_HTTAB16(7, 0x15a), tmp);
471 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x164));
472 b43_httab_write(dev, B43_HTTAB16(7, 0x16a), tmp);
473
474 /* Reset CCA */
475 b43_phy_force_clock(dev, true);
476 tmp = b43_phy_read(dev, B43_PHY_HT_BBCFG);
477 b43_phy_write(dev, B43_PHY_HT_BBCFG, tmp | B43_PHY_HT_BBCFG_RSTCCA);
478 b43_phy_write(dev, B43_PHY_HT_BBCFG, tmp & ~B43_PHY_HT_BBCFG_RSTCCA);
479 b43_phy_force_clock(dev, false);
480
481 b43_mac_phy_clock_set(dev, true);
482
Rafał Miłeckic750f792011-08-24 11:52:34 +0200483 b43_phy_ht_force_rf_sequence(dev, B43_PHY_HT_RF_SEQ_TRIG_RX2TX);
484 b43_phy_ht_force_rf_sequence(dev, B43_PHY_HT_RF_SEQ_TRIG_RST2RX);
Rafał Miłecki357e24d2011-08-13 01:41:11 +0200485
Rafał Miłeckiea5a08c2011-08-24 11:52:35 +0200486 /* TODO: Should we restore it? Or store it in global PHY info? */
Rafał Miłeckib372afa2013-03-07 16:47:16 +0100487 b43_phy_ht_classifier(dev, 0, 0);
Rafał Miłeckiea5a08c2011-08-24 11:52:35 +0200488 b43_phy_ht_read_clip_detection(dev, clip_state);
Rafał Miłeckib5058342011-08-12 15:27:34 +0200489
490 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ)
491 b43_phy_ht_bphy_init(dev);
492
493 b43_httab_write_bulk(dev, B43_HTTAB32(0x1a, 0xc0),
494 B43_HTTAB_1A_C0_LATE_SIZE, b43_httab_0x1a_0xc0_late);
495
Rafał Miłecki2d02c862011-06-28 09:28:39 +0200496 return 0;
497}
498
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200499static void b43_phy_ht_op_free(struct b43_wldev *dev)
500{
501 struct b43_phy *phy = &dev->phy;
502 struct b43_phy_ht *phy_ht = phy->ht;
503
504 kfree(phy_ht);
505 phy->ht = NULL;
506}
507
Rafał Miłeckie7c62552011-06-19 02:18:11 +0200508/* http://bcm-v4.sipsolutions.net/802.11/Radio/Switch%20Radio */
509static void b43_phy_ht_op_software_rfkill(struct b43_wldev *dev,
510 bool blocked)
511{
512 if (b43_read32(dev, B43_MMIO_MACCTL) & B43_MACCTL_ENABLED)
513 b43err(dev->wl, "MAC not suspended\n");
514
Rafał Miłecki0b5dd732011-07-18 02:13:23 +0200515 /* In the following PHY ops we copy wl's dummy behaviour.
516 * TODO: Find out if reads (currently hidden in masks/masksets) are
517 * needed and replace following ops with just writes or w&r.
518 * Note: B43_PHY_HT_RF_CTL1 register is tricky, wrong operation can
519 * cause delayed (!) machine lock up. */
Rafał Miłeckie7c62552011-06-19 02:18:11 +0200520 if (blocked) {
Rafał Miłecki0b5dd732011-07-18 02:13:23 +0200521 b43_phy_mask(dev, B43_PHY_HT_RF_CTL1, 0);
Rafał Miłeckie7c62552011-06-19 02:18:11 +0200522 } else {
Rafał Miłecki0b5dd732011-07-18 02:13:23 +0200523 b43_phy_mask(dev, B43_PHY_HT_RF_CTL1, 0);
524 b43_phy_maskset(dev, B43_PHY_HT_RF_CTL1, 0, 0x1);
525 b43_phy_mask(dev, B43_PHY_HT_RF_CTL1, 0);
526 b43_phy_maskset(dev, B43_PHY_HT_RF_CTL1, 0, 0x2);
Rafał Miłecki3e644ab2011-06-28 00:08:53 +0200527
528 if (dev->phy.radio_ver == 0x2059)
529 b43_radio_2059_init(dev);
530 else
531 B43_WARN_ON(1);
Rafał Miłecki315a6852011-07-17 10:30:32 +0200532
533 b43_switch_channel(dev, dev->phy.channel);
Rafał Miłeckie7c62552011-06-19 02:18:11 +0200534 }
535}
536
Rafał Miłeckia8e82742011-06-16 01:59:20 +0200537static void b43_phy_ht_op_switch_analog(struct b43_wldev *dev, bool on)
538{
539 if (on) {
Rafał Miłecki47606922013-03-09 13:43:49 +0100540 b43_phy_write(dev, B43_PHY_HT_AFE_C1, 0x00cd);
541 b43_phy_write(dev, B43_PHY_HT_AFE_C1_OVER, 0x0000);
542 b43_phy_write(dev, B43_PHY_HT_AFE_C2, 0x00cd);
543 b43_phy_write(dev, B43_PHY_HT_AFE_C2_OVER, 0x0000);
544 b43_phy_write(dev, B43_PHY_HT_AFE_C3, 0x00cd);
545 b43_phy_write(dev, B43_PHY_HT_AFE_C3_OVER, 0x0000);
Rafał Miłeckia8e82742011-06-16 01:59:20 +0200546 } else {
Rafał Miłecki47606922013-03-09 13:43:49 +0100547 b43_phy_write(dev, B43_PHY_HT_AFE_C1_OVER, 0x07ff);
548 b43_phy_write(dev, B43_PHY_HT_AFE_C1, 0x00fd);
549 b43_phy_write(dev, B43_PHY_HT_AFE_C2_OVER, 0x07ff);
550 b43_phy_write(dev, B43_PHY_HT_AFE_C2, 0x00fd);
551 b43_phy_write(dev, B43_PHY_HT_AFE_C3_OVER, 0x07ff);
552 b43_phy_write(dev, B43_PHY_HT_AFE_C3, 0x00fd);
Rafał Miłeckia8e82742011-06-16 01:59:20 +0200553 }
554}
555
Rafał Miłecki39ca5542011-06-19 12:17:20 +0200556static int b43_phy_ht_op_switch_channel(struct b43_wldev *dev,
557 unsigned int new_channel)
558{
559 struct ieee80211_channel *channel = dev->wl->hw->conf.channel;
560 enum nl80211_channel_type channel_type = dev->wl->hw->conf.channel_type;
561
562 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) {
563 if ((new_channel < 1) || (new_channel > 14))
564 return -EINVAL;
565 } else {
566 return -EINVAL;
567 }
568
569 return b43_phy_ht_set_channel(dev, channel, channel_type);
570}
571
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200572static unsigned int b43_phy_ht_op_get_default_chan(struct b43_wldev *dev)
573{
574 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ)
Rafał Miłecki315a6852011-07-17 10:30:32 +0200575 return 11;
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200576 return 36;
577}
578
579/**************************************************
580 * R/W ops.
581 **************************************************/
582
583static u16 b43_phy_ht_op_read(struct b43_wldev *dev, u16 reg)
584{
585 b43_write16(dev, B43_MMIO_PHY_CONTROL, reg);
586 return b43_read16(dev, B43_MMIO_PHY_DATA);
587}
588
589static void b43_phy_ht_op_write(struct b43_wldev *dev, u16 reg, u16 value)
590{
591 b43_write16(dev, B43_MMIO_PHY_CONTROL, reg);
592 b43_write16(dev, B43_MMIO_PHY_DATA, value);
593}
594
595static void b43_phy_ht_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask,
596 u16 set)
597{
598 b43_write16(dev, B43_MMIO_PHY_CONTROL, reg);
599 b43_write16(dev, B43_MMIO_PHY_DATA,
600 (b43_read16(dev, B43_MMIO_PHY_DATA) & mask) | set);
601}
602
Rafał Miłecki4cabd422011-06-16 01:59:19 +0200603static u16 b43_phy_ht_op_radio_read(struct b43_wldev *dev, u16 reg)
604{
605 /* HT-PHY needs 0x200 for read access */
606 reg |= 0x200;
607
608 b43_write16(dev, B43_MMIO_RADIO24_CONTROL, reg);
609 return b43_read16(dev, B43_MMIO_RADIO24_DATA);
610}
611
612static void b43_phy_ht_op_radio_write(struct b43_wldev *dev, u16 reg,
613 u16 value)
614{
615 b43_write16(dev, B43_MMIO_RADIO24_CONTROL, reg);
616 b43_write16(dev, B43_MMIO_RADIO24_DATA, value);
617}
618
Rafał Miłecki21a18f22011-07-07 20:06:56 +0200619static enum b43_txpwr_result
620b43_phy_ht_op_recalc_txpower(struct b43_wldev *dev, bool ignore_tssi)
621{
622 return B43_TXPWR_RES_DONE;
623}
624
625static void b43_phy_ht_op_adjust_txpower(struct b43_wldev *dev)
626{
627}
628
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200629/**************************************************
630 * PHY ops struct.
631 **************************************************/
632
633const struct b43_phy_operations b43_phyops_ht = {
634 .allocate = b43_phy_ht_op_allocate,
635 .free = b43_phy_ht_op_free,
636 .prepare_structs = b43_phy_ht_op_prepare_structs,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200637 .init = b43_phy_ht_op_init,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200638 .phy_read = b43_phy_ht_op_read,
639 .phy_write = b43_phy_ht_op_write,
640 .phy_maskset = b43_phy_ht_op_maskset,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200641 .radio_read = b43_phy_ht_op_radio_read,
642 .radio_write = b43_phy_ht_op_radio_write,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200643 .software_rfkill = b43_phy_ht_op_software_rfkill,
644 .switch_analog = b43_phy_ht_op_switch_analog,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200645 .switch_channel = b43_phy_ht_op_switch_channel,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200646 .get_default_chan = b43_phy_ht_op_get_default_chan,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200647 .recalc_txpower = b43_phy_ht_op_recalc_txpower,
648 .adjust_txpower = b43_phy_ht_op_adjust_txpower,
Rafał Miłeckid7520b12011-06-13 16:20:06 +0200649};