1 /* ZD1211 USB-WLAN driver for Linux
3 * Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de>
4 * Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #include <linux/kernel.h>
27 #define IS_AL2230S(chip) ((chip)->al2230s_bit || (chip)->rf.type == AL2230S_RF)
29 static const u32 zd1211_al2230_table
[][3] = {
30 RF_CHANNEL( 1) = { 0x03f790, 0x033331, 0x00000d, },
31 RF_CHANNEL( 2) = { 0x03f790, 0x0b3331, 0x00000d, },
32 RF_CHANNEL( 3) = { 0x03e790, 0x033331, 0x00000d, },
33 RF_CHANNEL( 4) = { 0x03e790, 0x0b3331, 0x00000d, },
34 RF_CHANNEL( 5) = { 0x03f7a0, 0x033331, 0x00000d, },
35 RF_CHANNEL( 6) = { 0x03f7a0, 0x0b3331, 0x00000d, },
36 RF_CHANNEL( 7) = { 0x03e7a0, 0x033331, 0x00000d, },
37 RF_CHANNEL( 8) = { 0x03e7a0, 0x0b3331, 0x00000d, },
38 RF_CHANNEL( 9) = { 0x03f7b0, 0x033331, 0x00000d, },
39 RF_CHANNEL(10) = { 0x03f7b0, 0x0b3331, 0x00000d, },
40 RF_CHANNEL(11) = { 0x03e7b0, 0x033331, 0x00000d, },
41 RF_CHANNEL(12) = { 0x03e7b0, 0x0b3331, 0x00000d, },
42 RF_CHANNEL(13) = { 0x03f7c0, 0x033331, 0x00000d, },
43 RF_CHANNEL(14) = { 0x03e7c0, 0x066661, 0x00000d, },
46 static const u32 zd1211b_al2230_table
[][3] = {
47 RF_CHANNEL( 1) = { 0x09efc0, 0x8cccc0, 0xb00000, },
48 RF_CHANNEL( 2) = { 0x09efc0, 0x8cccd0, 0xb00000, },
49 RF_CHANNEL( 3) = { 0x09e7c0, 0x8cccc0, 0xb00000, },
50 RF_CHANNEL( 4) = { 0x09e7c0, 0x8cccd0, 0xb00000, },
51 RF_CHANNEL( 5) = { 0x05efc0, 0x8cccc0, 0xb00000, },
52 RF_CHANNEL( 6) = { 0x05efc0, 0x8cccd0, 0xb00000, },
53 RF_CHANNEL( 7) = { 0x05e7c0, 0x8cccc0, 0xb00000, },
54 RF_CHANNEL( 8) = { 0x05e7c0, 0x8cccd0, 0xb00000, },
55 RF_CHANNEL( 9) = { 0x0defc0, 0x8cccc0, 0xb00000, },
56 RF_CHANNEL(10) = { 0x0defc0, 0x8cccd0, 0xb00000, },
57 RF_CHANNEL(11) = { 0x0de7c0, 0x8cccc0, 0xb00000, },
58 RF_CHANNEL(12) = { 0x0de7c0, 0x8cccd0, 0xb00000, },
59 RF_CHANNEL(13) = { 0x03efc0, 0x8cccc0, 0xb00000, },
60 RF_CHANNEL(14) = { 0x03e7c0, 0x866660, 0xb00000, },
63 static const struct zd_ioreq16 zd1211b_ioreqs_shared_1
[] = {
64 { ZD_CR240
, 0x57 }, { ZD_CR9
, 0xe0 },
67 static const struct zd_ioreq16 ioreqs_init_al2230s
[] = {
68 { ZD_CR47
, 0x1e }, /* MARK_002 */
70 { ZD_CR107
, 0x2a }, /* MARK_002 */
71 { ZD_CR109
, 0x13 }, /* MARK_002 */
72 { ZD_CR118
, 0xf8 }, /* MARK_002 */
73 { ZD_CR119
, 0x12 }, { ZD_CR122
, 0xe0 },
74 { ZD_CR128
, 0x10 }, /* MARK_001 from 0xe->0x10 */
75 { ZD_CR129
, 0x0e }, /* MARK_001 from 0xd->0x0e */
76 { ZD_CR130
, 0x10 }, /* MARK_001 from 0xb->0x0d */
79 static int zd1211b_al2230_finalize_rf(struct zd_chip
*chip
)
82 static const struct zd_ioreq16 ioreqs
[] = {
83 { ZD_CR80
, 0x30 }, { ZD_CR81
, 0x30 }, { ZD_CR79
, 0x58 },
84 { ZD_CR12
, 0xf0 }, { ZD_CR77
, 0x1b }, { ZD_CR78
, 0x58 },
91 r
= zd_iowrite16a_locked(chip
, ioreqs
, ARRAY_SIZE(ioreqs
));
95 /* related to antenna selection? */
96 if (chip
->new_phy_layout
) {
97 r
= zd_iowrite16_locked(chip
, 0xe1, ZD_CR9
);
102 return zd_iowrite16_locked(chip
, 0x06, ZD_CR203
);
105 static int zd1211_al2230_init_hw(struct zd_rf
*rf
)
108 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
110 static const struct zd_ioreq16 ioreqs_init
[] = {
111 { ZD_CR15
, 0x20 }, { ZD_CR23
, 0x40 }, { ZD_CR24
, 0x20 },
112 { ZD_CR26
, 0x11 }, { ZD_CR28
, 0x3e }, { ZD_CR29
, 0x00 },
113 { ZD_CR44
, 0x33 }, { ZD_CR106
, 0x2a }, { ZD_CR107
, 0x1a },
114 { ZD_CR109
, 0x09 }, { ZD_CR110
, 0x27 }, { ZD_CR111
, 0x2b },
115 { ZD_CR112
, 0x2b }, { ZD_CR119
, 0x0a }, { ZD_CR10
, 0x89 },
116 /* for newest (3rd cut) AL2300 */
118 { ZD_CR26
, 0x93 }, { ZD_CR34
, 0x30 },
119 /* for newest (3rd cut) AL2300 */
121 { ZD_CR41
, 0x24 }, { ZD_CR44
, 0x32 },
122 /* for newest (3rd cut) AL2300 */
124 { ZD_CR47
, 0x1e }, { ZD_CR79
, 0x58 }, { ZD_CR80
, 0x30 },
125 { ZD_CR81
, 0x30 }, { ZD_CR87
, 0x0a }, { ZD_CR89
, 0x04 },
126 { ZD_CR92
, 0x0a }, { ZD_CR99
, 0x28 }, { ZD_CR100
, 0x00 },
127 { ZD_CR101
, 0x13 }, { ZD_CR102
, 0x27 }, { ZD_CR106
, 0x24 },
128 { ZD_CR107
, 0x2a }, { ZD_CR109
, 0x09 }, { ZD_CR110
, 0x13 },
129 { ZD_CR111
, 0x1f }, { ZD_CR112
, 0x1f }, { ZD_CR113
, 0x27 },
131 /* for newest (3rd cut) AL2300 */
133 { ZD_CR116
, 0x24 }, { ZD_CR117
, 0xf4 }, { ZD_CR118
, 0xfc },
134 { ZD_CR119
, 0x10 }, { ZD_CR120
, 0x4f }, { ZD_CR121
, 0x77 },
135 { ZD_CR122
, 0xe0 }, { ZD_CR137
, 0x88 }, { ZD_CR252
, 0xff },
139 static const struct zd_ioreq16 ioreqs_pll
[] = {
140 /* shdnb(PLL_ON)=0 */
142 /* shdnb(PLL_ON)=1 */
144 { ZD_CR138
, 0x28 }, { ZD_CR203
, 0x06 },
147 static const u32 rv1
[] = {
158 static const u32 rv2
[] = {
160 0x0f4dc5, /* fix freq shift, 0x04edc5 */
164 0x0403b9, /* external control TX power (ZD_CR31) */
172 static const u32 rv3
[] = {
180 r
= zd_iowrite16a_locked(chip
, ioreqs_init
, ARRAY_SIZE(ioreqs_init
));
184 if (IS_AL2230S(chip
)) {
185 r
= zd_iowrite16a_locked(chip
, ioreqs_init_al2230s
,
186 ARRAY_SIZE(ioreqs_init_al2230s
));
191 r
= zd_rfwritev_locked(chip
, rv1
, ARRAY_SIZE(rv1
), RF_RV_BITS
);
195 /* improve band edge for AL2230S */
196 if (IS_AL2230S(chip
))
197 r
= zd_rfwrite_locked(chip
, 0x000824, RF_RV_BITS
);
199 r
= zd_rfwrite_locked(chip
, 0x0005a4, RF_RV_BITS
);
203 r
= zd_rfwritev_locked(chip
, rv2
, ARRAY_SIZE(rv2
), RF_RV_BITS
);
207 r
= zd_iowrite16a_locked(chip
, ioreqs_pll
, ARRAY_SIZE(ioreqs_pll
));
211 r
= zd_rfwritev_locked(chip
, rv3
, ARRAY_SIZE(rv3
), RF_RV_BITS
);
218 static int zd1211b_al2230_init_hw(struct zd_rf
*rf
)
221 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
223 static const struct zd_ioreq16 ioreqs1
[] = {
224 { ZD_CR10
, 0x89 }, { ZD_CR15
, 0x20 },
225 { ZD_CR17
, 0x2B }, /* for newest(3rd cut) AL2230 */
226 { ZD_CR23
, 0x40 }, { ZD_CR24
, 0x20 }, { ZD_CR26
, 0x93 },
227 { ZD_CR28
, 0x3e }, { ZD_CR29
, 0x00 },
228 { ZD_CR33
, 0x28 }, /* 5621 */
230 { ZD_CR35
, 0x3e }, /* for newest(3rd cut) AL2230 */
231 { ZD_CR41
, 0x24 }, { ZD_CR44
, 0x32 },
232 { ZD_CR46
, 0x99 }, /* for newest(3rd cut) AL2230 */
235 /* ZD1211B 05.06.10 */
236 { ZD_CR48
, 0x06 }, { ZD_CR49
, 0xf9 }, { ZD_CR51
, 0x01 },
237 { ZD_CR52
, 0x80 }, { ZD_CR53
, 0x7e }, { ZD_CR65
, 0x00 },
238 { ZD_CR66
, 0x00 }, { ZD_CR67
, 0x00 }, { ZD_CR68
, 0x00 },
241 { ZD_CR79
, 0x58 }, { ZD_CR80
, 0x30 }, { ZD_CR81
, 0x30 },
242 { ZD_CR87
, 0x0a }, { ZD_CR89
, 0x04 },
243 { ZD_CR91
, 0x00 }, /* 5621 */
245 { ZD_CR98
, 0x8d }, /* 4804, for 1212 new algorithm */
246 { ZD_CR99
, 0x00 }, /* 5621 */
247 { ZD_CR101
, 0x13 }, { ZD_CR102
, 0x27 },
248 { ZD_CR106
, 0x24 }, /* for newest(3rd cut) AL2230 */
250 { ZD_CR109
, 0x13 }, /* 4804, for 1212 new algorithm */
251 { ZD_CR110
, 0x1f }, /* 4804, for 1212 new algorithm */
252 { ZD_CR111
, 0x1f }, { ZD_CR112
, 0x1f }, { ZD_CR113
, 0x27 },
254 { ZD_CR115
, 0x26 }, /* 24->26 at 4902 for newest(3rd cut)
258 { ZD_CR117
, 0xfa }, /* for 1211b */
259 { ZD_CR118
, 0xfa }, /* for 1211b */
262 { ZD_CR121
, 0x6c }, /* for 1211b */
263 { ZD_CR122
, 0xfc }, /* E0->FC at 4902 */
264 { ZD_CR123
, 0x57 }, /* 5623 */
265 { ZD_CR125
, 0xad }, /* 4804, for 1212 new algorithm */
266 { ZD_CR126
, 0x6c }, /* 5614 */
267 { ZD_CR127
, 0x03 }, /* 4804, for 1212 new algorithm */
268 { ZD_CR137
, 0x50 }, /* 5614 */
270 { ZD_CR144
, 0xac }, /* 5621 */
271 { ZD_CR150
, 0x0d }, { ZD_CR252
, 0x34 }, { ZD_CR253
, 0x34 },
274 static const u32 rv1
[] = {
281 static const u32 rv2
[] = {
282 /* To improve AL2230 yield, improve phase noise, 4713 */
286 0x6da010, /* Reg6 update for MP versio */
287 0xe36280, /* Modified by jxiao for Bor-Chin on 2004/08/02 */
289 0x9dc020, /* External control TX power (ZD_CR31) */
290 0x5ddb00, /* RegA update for MP version */
291 0xd99000, /* RegB update for MP version */
292 0x3ffbd0, /* RegC update for MP version */
293 0xb00000, /* RegD update for MP version */
295 /* improve phase noise and remove phase calibration,4713 */
299 static const struct zd_ioreq16 ioreqs2
[] = {
300 { ZD_CR251
, 0x2f }, /* shdnb(PLL_ON)=0 */
301 { ZD_CR251
, 0x7f }, /* shdnb(PLL_ON)=1 */
304 static const u32 rv3
[] = {
305 /* To improve AL2230 yield, 4713 */
311 static const struct zd_ioreq16 ioreqs3
[] = {
312 /* related to 6M band edge patching, happens unconditionally */
313 { ZD_CR128
, 0x14 }, { ZD_CR129
, 0x12 }, { ZD_CR130
, 0x10 },
316 r
= zd_iowrite16a_locked(chip
, zd1211b_ioreqs_shared_1
,
317 ARRAY_SIZE(zd1211b_ioreqs_shared_1
));
320 r
= zd_iowrite16a_locked(chip
, ioreqs1
, ARRAY_SIZE(ioreqs1
));
324 if (IS_AL2230S(chip
)) {
325 r
= zd_iowrite16a_locked(chip
, ioreqs_init_al2230s
,
326 ARRAY_SIZE(ioreqs_init_al2230s
));
331 r
= zd_rfwritev_cr_locked(chip
, zd1211b_al2230_table
[0], 3);
334 r
= zd_rfwritev_cr_locked(chip
, rv1
, ARRAY_SIZE(rv1
));
338 if (IS_AL2230S(chip
))
339 r
= zd_rfwrite_locked(chip
, 0x241000, RF_RV_BITS
);
341 r
= zd_rfwrite_locked(chip
, 0x25a000, RF_RV_BITS
);
345 r
= zd_rfwritev_cr_locked(chip
, rv2
, ARRAY_SIZE(rv2
));
348 r
= zd_iowrite16a_locked(chip
, ioreqs2
, ARRAY_SIZE(ioreqs2
));
351 r
= zd_rfwritev_cr_locked(chip
, rv3
, ARRAY_SIZE(rv3
));
354 r
= zd_iowrite16a_locked(chip
, ioreqs3
, ARRAY_SIZE(ioreqs3
));
357 return zd1211b_al2230_finalize_rf(chip
);
360 static int zd1211_al2230_set_channel(struct zd_rf
*rf
, u8 channel
)
363 const u32
*rv
= zd1211_al2230_table
[channel
-1];
364 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
365 static const struct zd_ioreq16 ioreqs
[] = {
370 r
= zd_rfwritev_locked(chip
, rv
, 3, RF_RV_BITS
);
373 return zd_iowrite16a_locked(chip
, ioreqs
, ARRAY_SIZE(ioreqs
));
376 static int zd1211b_al2230_set_channel(struct zd_rf
*rf
, u8 channel
)
379 const u32
*rv
= zd1211b_al2230_table
[channel
-1];
380 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
382 r
= zd_iowrite16a_locked(chip
, zd1211b_ioreqs_shared_1
,
383 ARRAY_SIZE(zd1211b_ioreqs_shared_1
));
387 r
= zd_rfwritev_cr_locked(chip
, rv
, 3);
391 return zd1211b_al2230_finalize_rf(chip
);
394 static int zd1211_al2230_switch_radio_on(struct zd_rf
*rf
)
396 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
397 static const struct zd_ioreq16 ioreqs
[] = {
402 return zd_iowrite16a_locked(chip
, ioreqs
, ARRAY_SIZE(ioreqs
));
405 static int zd1211b_al2230_switch_radio_on(struct zd_rf
*rf
)
407 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
408 static const struct zd_ioreq16 ioreqs
[] = {
413 return zd_iowrite16a_locked(chip
, ioreqs
, ARRAY_SIZE(ioreqs
));
416 static int al2230_switch_radio_off(struct zd_rf
*rf
)
418 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
419 static const struct zd_ioreq16 ioreqs
[] = {
424 return zd_iowrite16a_locked(chip
, ioreqs
, ARRAY_SIZE(ioreqs
));
427 int zd_rf_init_al2230(struct zd_rf
*rf
)
429 struct zd_chip
*chip
= zd_rf_to_chip(rf
);
431 rf
->switch_radio_off
= al2230_switch_radio_off
;
432 if (zd_chip_is_zd1211b(chip
)) {
433 rf
->init_hw
= zd1211b_al2230_init_hw
;
434 rf
->set_channel
= zd1211b_al2230_set_channel
;
435 rf
->switch_radio_on
= zd1211b_al2230_switch_radio_on
;
437 rf
->init_hw
= zd1211_al2230_init_hw
;
438 rf
->set_channel
= zd1211_al2230_set_channel
;
439 rf
->switch_radio_on
= zd1211_al2230_switch_radio_on
;
441 rf
->patch_6m_band_edge
= zd_rf_generic_patch_6m
;
442 rf
->patch_cck_gain
= 1;