diff options
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 2011-04-02 04:25:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-07 15:34:13 -0400 |
commit | fbd5d17b8e2b418b495599c554f9c4754b7f93c9 (patch) | |
tree | 9338404d673b004c0bb22cc76e3721995ea5db34 /drivers/net/wireless/zd1211rw/zd_rf_al7230b.c | |
parent | 26cd322bacd3d65fffef6f8418c2fdad5b42e4b5 (diff) |
zd1211rw: rename CR* macros to ZD_CR*
With compat-wireless CR* macros in zd_usb.h conflict with CR macros in
include/asm-generic/termbits.h. So rename CR* macros to ZD_CR*.
Conversion was done with using sed and then 'over 80 character line'
checkpatch.pl warnings and comment indents were fixed.
Reported-by: Walter Goldens <goldenstranger@yahoo.com>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/zd1211rw/zd_rf_al7230b.c')
-rw-r--r-- | drivers/net/wireless/zd1211rw/zd_rf_al7230b.c | 240 |
1 files changed, 120 insertions, 120 deletions
diff --git a/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c b/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c index 65095d661e6b..385c670d1293 100644 --- a/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c +++ b/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c | |||
@@ -68,19 +68,19 @@ static const u32 rv_init2[] = { | |||
68 | }; | 68 | }; |
69 | 69 | ||
70 | static const struct zd_ioreq16 ioreqs_sw[] = { | 70 | static const struct zd_ioreq16 ioreqs_sw[] = { |
71 | { CR128, 0x14 }, { CR129, 0x12 }, { CR130, 0x10 }, | 71 | { ZD_CR128, 0x14 }, { ZD_CR129, 0x12 }, { ZD_CR130, 0x10 }, |
72 | { CR38, 0x38 }, { CR136, 0xdf }, | 72 | { ZD_CR38, 0x38 }, { ZD_CR136, 0xdf }, |
73 | }; | 73 | }; |
74 | 74 | ||
75 | static int zd1211b_al7230b_finalize(struct zd_chip *chip) | 75 | static int zd1211b_al7230b_finalize(struct zd_chip *chip) |
76 | { | 76 | { |
77 | int r; | 77 | int r; |
78 | static const struct zd_ioreq16 ioreqs[] = { | 78 | static const struct zd_ioreq16 ioreqs[] = { |
79 | { CR80, 0x30 }, { CR81, 0x30 }, { CR79, 0x58 }, | 79 | { ZD_CR80, 0x30 }, { ZD_CR81, 0x30 }, { ZD_CR79, 0x58 }, |
80 | { CR12, 0xf0 }, { CR77, 0x1b }, { CR78, 0x58 }, | 80 | { ZD_CR12, 0xf0 }, { ZD_CR77, 0x1b }, { ZD_CR78, 0x58 }, |
81 | { CR203, 0x04 }, | 81 | { ZD_CR203, 0x04 }, |
82 | { }, | 82 | { }, |
83 | { CR240, 0x80 }, | 83 | { ZD_CR240, 0x80 }, |
84 | }; | 84 | }; |
85 | 85 | ||
86 | r = zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); | 86 | r = zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); |
@@ -89,12 +89,12 @@ static int zd1211b_al7230b_finalize(struct zd_chip *chip) | |||
89 | 89 | ||
90 | if (chip->new_phy_layout) { | 90 | if (chip->new_phy_layout) { |
91 | /* antenna selection? */ | 91 | /* antenna selection? */ |
92 | r = zd_iowrite16_locked(chip, 0xe5, CR9); | 92 | r = zd_iowrite16_locked(chip, 0xe5, ZD_CR9); |
93 | if (r) | 93 | if (r) |
94 | return r; | 94 | return r; |
95 | } | 95 | } |
96 | 96 | ||
97 | return zd_iowrite16_locked(chip, 0x04, CR203); | 97 | return zd_iowrite16_locked(chip, 0x04, ZD_CR203); |
98 | } | 98 | } |
99 | 99 | ||
100 | static int zd1211_al7230b_init_hw(struct zd_rf *rf) | 100 | static int zd1211_al7230b_init_hw(struct zd_rf *rf) |
@@ -106,66 +106,66 @@ static int zd1211_al7230b_init_hw(struct zd_rf *rf) | |||
106 | * specified */ | 106 | * specified */ |
107 | static const struct zd_ioreq16 ioreqs_1[] = { | 107 | static const struct zd_ioreq16 ioreqs_1[] = { |
108 | /* This one is 7230-specific, and happens before the rest */ | 108 | /* This one is 7230-specific, and happens before the rest */ |
109 | { CR240, 0x57 }, | 109 | { ZD_CR240, 0x57 }, |
110 | { }, | 110 | { }, |
111 | 111 | ||
112 | { CR15, 0x20 }, { CR23, 0x40 }, { CR24, 0x20 }, | 112 | { ZD_CR15, 0x20 }, { ZD_CR23, 0x40 }, { ZD_CR24, 0x20 }, |
113 | { CR26, 0x11 }, { CR28, 0x3e }, { CR29, 0x00 }, | 113 | { ZD_CR26, 0x11 }, { ZD_CR28, 0x3e }, { ZD_CR29, 0x00 }, |
114 | { CR44, 0x33 }, | 114 | { ZD_CR44, 0x33 }, |
115 | /* This value is different for 7230 (was: 0x2a) */ | 115 | /* This value is different for 7230 (was: 0x2a) */ |
116 | { CR106, 0x22 }, | 116 | { ZD_CR106, 0x22 }, |
117 | { CR107, 0x1a }, { CR109, 0x09 }, { CR110, 0x27 }, | 117 | { ZD_CR107, 0x1a }, { ZD_CR109, 0x09 }, { ZD_CR110, 0x27 }, |
118 | { CR111, 0x2b }, { CR112, 0x2b }, { CR119, 0x0a }, | 118 | { ZD_CR111, 0x2b }, { ZD_CR112, 0x2b }, { ZD_CR119, 0x0a }, |
119 | /* This happened further down in AL2230, | 119 | /* This happened further down in AL2230, |
120 | * and the value changed (was: 0xe0) */ | 120 | * and the value changed (was: 0xe0) */ |
121 | { CR122, 0xfc }, | 121 | { ZD_CR122, 0xfc }, |
122 | { CR10, 0x89 }, | 122 | { ZD_CR10, 0x89 }, |
123 | /* for newest (3rd cut) AL2300 */ | 123 | /* for newest (3rd cut) AL2300 */ |
124 | { CR17, 0x28 }, | 124 | { ZD_CR17, 0x28 }, |
125 | { CR26, 0x93 }, { CR34, 0x30 }, | 125 | { ZD_CR26, 0x93 }, { ZD_CR34, 0x30 }, |
126 | /* for newest (3rd cut) AL2300 */ | 126 | /* for newest (3rd cut) AL2300 */ |
127 | { CR35, 0x3e }, | 127 | { ZD_CR35, 0x3e }, |
128 | { CR41, 0x24 }, { CR44, 0x32 }, | 128 | { ZD_CR41, 0x24 }, { ZD_CR44, 0x32 }, |
129 | /* for newest (3rd cut) AL2300 */ | 129 | /* for newest (3rd cut) AL2300 */ |
130 | { CR46, 0x96 }, | 130 | { ZD_CR46, 0x96 }, |
131 | { CR47, 0x1e }, { CR79, 0x58 }, { CR80, 0x30 }, | 131 | { ZD_CR47, 0x1e }, { ZD_CR79, 0x58 }, { ZD_CR80, 0x30 }, |
132 | { CR81, 0x30 }, { CR87, 0x0a }, { CR89, 0x04 }, | 132 | { ZD_CR81, 0x30 }, { ZD_CR87, 0x0a }, { ZD_CR89, 0x04 }, |
133 | { CR92, 0x0a }, { CR99, 0x28 }, | 133 | { ZD_CR92, 0x0a }, { ZD_CR99, 0x28 }, |
134 | /* This value is different for 7230 (was: 0x00) */ | 134 | /* This value is different for 7230 (was: 0x00) */ |
135 | { CR100, 0x02 }, | 135 | { ZD_CR100, 0x02 }, |
136 | { CR101, 0x13 }, { CR102, 0x27 }, | 136 | { ZD_CR101, 0x13 }, { ZD_CR102, 0x27 }, |
137 | /* This value is different for 7230 (was: 0x24) */ | 137 | /* This value is different for 7230 (was: 0x24) */ |
138 | { CR106, 0x22 }, | 138 | { ZD_CR106, 0x22 }, |
139 | /* This value is different for 7230 (was: 0x2a) */ | 139 | /* This value is different for 7230 (was: 0x2a) */ |
140 | { CR107, 0x3f }, | 140 | { ZD_CR107, 0x3f }, |
141 | { CR109, 0x09 }, | 141 | { ZD_CR109, 0x09 }, |
142 | /* This value is different for 7230 (was: 0x13) */ | 142 | /* This value is different for 7230 (was: 0x13) */ |
143 | { CR110, 0x1f }, | 143 | { ZD_CR110, 0x1f }, |
144 | { CR111, 0x1f }, { CR112, 0x1f }, { CR113, 0x27 }, | 144 | { ZD_CR111, 0x1f }, { ZD_CR112, 0x1f }, { ZD_CR113, 0x27 }, |
145 | { CR114, 0x27 }, | 145 | { ZD_CR114, 0x27 }, |
146 | /* for newest (3rd cut) AL2300 */ | 146 | /* for newest (3rd cut) AL2300 */ |
147 | { CR115, 0x24 }, | 147 | { ZD_CR115, 0x24 }, |
148 | /* This value is different for 7230 (was: 0x24) */ | 148 | /* This value is different for 7230 (was: 0x24) */ |
149 | { CR116, 0x3f }, | 149 | { ZD_CR116, 0x3f }, |
150 | /* This value is different for 7230 (was: 0xf4) */ | 150 | /* This value is different for 7230 (was: 0xf4) */ |
151 | { CR117, 0xfa }, | 151 | { ZD_CR117, 0xfa }, |
152 | { CR118, 0xfc }, { CR119, 0x10 }, { CR120, 0x4f }, | 152 | { ZD_CR118, 0xfc }, { ZD_CR119, 0x10 }, { ZD_CR120, 0x4f }, |
153 | { CR121, 0x77 }, { CR137, 0x88 }, | 153 | { ZD_CR121, 0x77 }, { ZD_CR137, 0x88 }, |
154 | /* This one is 7230-specific */ | 154 | /* This one is 7230-specific */ |
155 | { CR138, 0xa8 }, | 155 | { ZD_CR138, 0xa8 }, |
156 | /* This value is different for 7230 (was: 0xff) */ | 156 | /* This value is different for 7230 (was: 0xff) */ |
157 | { CR252, 0x34 }, | 157 | { ZD_CR252, 0x34 }, |
158 | /* This value is different for 7230 (was: 0xff) */ | 158 | /* This value is different for 7230 (was: 0xff) */ |
159 | { CR253, 0x34 }, | 159 | { ZD_CR253, 0x34 }, |
160 | 160 | ||
161 | /* PLL_OFF */ | 161 | /* PLL_OFF */ |
162 | { CR251, 0x2f }, | 162 | { ZD_CR251, 0x2f }, |
163 | }; | 163 | }; |
164 | 164 | ||
165 | static const struct zd_ioreq16 ioreqs_2[] = { | 165 | static const struct zd_ioreq16 ioreqs_2[] = { |
166 | { CR251, 0x3f }, /* PLL_ON */ | 166 | { ZD_CR251, 0x3f }, /* PLL_ON */ |
167 | { CR128, 0x14 }, { CR129, 0x12 }, { CR130, 0x10 }, | 167 | { ZD_CR128, 0x14 }, { ZD_CR129, 0x12 }, { ZD_CR130, 0x10 }, |
168 | { CR38, 0x38 }, { CR136, 0xdf }, | 168 | { ZD_CR38, 0x38 }, { ZD_CR136, 0xdf }, |
169 | }; | 169 | }; |
170 | 170 | ||
171 | r = zd_iowrite16a_locked(chip, ioreqs_1, ARRAY_SIZE(ioreqs_1)); | 171 | r = zd_iowrite16a_locked(chip, ioreqs_1, ARRAY_SIZE(ioreqs_1)); |
@@ -192,10 +192,10 @@ static int zd1211_al7230b_init_hw(struct zd_rf *rf) | |||
192 | if (r) | 192 | if (r) |
193 | return r; | 193 | return r; |
194 | 194 | ||
195 | r = zd_iowrite16_locked(chip, 0x06, CR203); | 195 | r = zd_iowrite16_locked(chip, 0x06, ZD_CR203); |
196 | if (r) | 196 | if (r) |
197 | return r; | 197 | return r; |
198 | r = zd_iowrite16_locked(chip, 0x80, CR240); | 198 | r = zd_iowrite16_locked(chip, 0x80, ZD_CR240); |
199 | if (r) | 199 | if (r) |
200 | return r; | 200 | return r; |
201 | 201 | ||
@@ -208,79 +208,79 @@ static int zd1211b_al7230b_init_hw(struct zd_rf *rf) | |||
208 | struct zd_chip *chip = zd_rf_to_chip(rf); | 208 | struct zd_chip *chip = zd_rf_to_chip(rf); |
209 | 209 | ||
210 | static const struct zd_ioreq16 ioreqs_1[] = { | 210 | static const struct zd_ioreq16 ioreqs_1[] = { |
211 | { CR240, 0x57 }, { CR9, 0x9 }, | 211 | { ZD_CR240, 0x57 }, { ZD_CR9, 0x9 }, |
212 | { }, | 212 | { }, |
213 | { CR10, 0x8b }, { CR15, 0x20 }, | 213 | { ZD_CR10, 0x8b }, { ZD_CR15, 0x20 }, |
214 | { CR17, 0x2B }, /* for newest (3rd cut) AL2230 */ | 214 | { ZD_CR17, 0x2B }, /* for newest (3rd cut) AL2230 */ |
215 | { CR20, 0x10 }, /* 4N25->Stone Request */ | 215 | { ZD_CR20, 0x10 }, /* 4N25->Stone Request */ |
216 | { CR23, 0x40 }, { CR24, 0x20 }, { CR26, 0x93 }, | 216 | { ZD_CR23, 0x40 }, { ZD_CR24, 0x20 }, { ZD_CR26, 0x93 }, |
217 | { CR28, 0x3e }, { CR29, 0x00 }, | 217 | { ZD_CR28, 0x3e }, { ZD_CR29, 0x00 }, |
218 | { CR33, 0x28 }, /* 5613 */ | 218 | { ZD_CR33, 0x28 }, /* 5613 */ |
219 | { CR34, 0x30 }, | 219 | { ZD_CR34, 0x30 }, |
220 | { CR35, 0x3e }, /* for newest (3rd cut) AL2230 */ | 220 | { ZD_CR35, 0x3e }, /* for newest (3rd cut) AL2230 */ |
221 | { CR41, 0x24 }, { CR44, 0x32 }, | 221 | { ZD_CR41, 0x24 }, { ZD_CR44, 0x32 }, |
222 | { CR46, 0x99 }, /* for newest (3rd cut) AL2230 */ | 222 | { ZD_CR46, 0x99 }, /* for newest (3rd cut) AL2230 */ |
223 | { CR47, 0x1e }, | 223 | { ZD_CR47, 0x1e }, |
224 | 224 | ||
225 | /* ZD1215 5610 */ | 225 | /* ZD1215 5610 */ |
226 | { CR48, 0x00 }, { CR49, 0x00 }, { CR51, 0x01 }, | 226 | { ZD_CR48, 0x00 }, { ZD_CR49, 0x00 }, { ZD_CR51, 0x01 }, |
227 | { CR52, 0x80 }, { CR53, 0x7e }, { CR65, 0x00 }, | 227 | { ZD_CR52, 0x80 }, { ZD_CR53, 0x7e }, { ZD_CR65, 0x00 }, |
228 | { CR66, 0x00 }, { CR67, 0x00 }, { CR68, 0x00 }, | 228 | { ZD_CR66, 0x00 }, { ZD_CR67, 0x00 }, { ZD_CR68, 0x00 }, |
229 | { CR69, 0x28 }, | 229 | { ZD_CR69, 0x28 }, |
230 | 230 | ||
231 | { CR79, 0x58 }, { CR80, 0x30 }, { CR81, 0x30 }, | 231 | { ZD_CR79, 0x58 }, { ZD_CR80, 0x30 }, { ZD_CR81, 0x30 }, |
232 | { CR87, 0x0A }, { CR89, 0x04 }, | 232 | { ZD_CR87, 0x0A }, { ZD_CR89, 0x04 }, |
233 | { CR90, 0x58 }, /* 5112 */ | 233 | { ZD_CR90, 0x58 }, /* 5112 */ |
234 | { CR91, 0x00 }, /* 5613 */ | 234 | { ZD_CR91, 0x00 }, /* 5613 */ |
235 | { CR92, 0x0a }, | 235 | { ZD_CR92, 0x0a }, |
236 | { CR98, 0x8d }, /* 4804, for 1212 new algorithm */ | 236 | { ZD_CR98, 0x8d }, /* 4804, for 1212 new algorithm */ |
237 | { CR99, 0x00 }, { CR100, 0x02 }, { CR101, 0x13 }, | 237 | { ZD_CR99, 0x00 }, { ZD_CR100, 0x02 }, { ZD_CR101, 0x13 }, |
238 | { CR102, 0x27 }, | 238 | { ZD_CR102, 0x27 }, |
239 | { CR106, 0x20 }, /* change to 0x24 for AL7230B */ | 239 | { ZD_CR106, 0x20 }, /* change to 0x24 for AL7230B */ |
240 | { CR109, 0x13 }, /* 4804, for 1212 new algorithm */ | 240 | { ZD_CR109, 0x13 }, /* 4804, for 1212 new algorithm */ |
241 | { CR112, 0x1f }, | 241 | { ZD_CR112, 0x1f }, |
242 | }; | 242 | }; |
243 | 243 | ||
244 | static const struct zd_ioreq16 ioreqs_new_phy[] = { | 244 | static const struct zd_ioreq16 ioreqs_new_phy[] = { |
245 | { CR107, 0x28 }, | 245 | { ZD_CR107, 0x28 }, |
246 | { CR110, 0x1f }, /* 5127, 0x13->0x1f */ | 246 | { ZD_CR110, 0x1f }, /* 5127, 0x13->0x1f */ |
247 | { CR111, 0x1f }, /* 0x13 to 0x1f for AL7230B */ | 247 | { ZD_CR111, 0x1f }, /* 0x13 to 0x1f for AL7230B */ |
248 | { CR116, 0x2a }, { CR118, 0xfa }, { CR119, 0x12 }, | 248 | { ZD_CR116, 0x2a }, { ZD_CR118, 0xfa }, { ZD_CR119, 0x12 }, |
249 | { CR121, 0x6c }, /* 5613 */ | 249 | { ZD_CR121, 0x6c }, /* 5613 */ |
250 | }; | 250 | }; |
251 | 251 | ||
252 | static const struct zd_ioreq16 ioreqs_old_phy[] = { | 252 | static const struct zd_ioreq16 ioreqs_old_phy[] = { |
253 | { CR107, 0x24 }, | 253 | { ZD_CR107, 0x24 }, |
254 | { CR110, 0x13 }, /* 5127, 0x13->0x1f */ | 254 | { ZD_CR110, 0x13 }, /* 5127, 0x13->0x1f */ |
255 | { CR111, 0x13 }, /* 0x13 to 0x1f for AL7230B */ | 255 | { ZD_CR111, 0x13 }, /* 0x13 to 0x1f for AL7230B */ |
256 | { CR116, 0x24 }, { CR118, 0xfc }, { CR119, 0x11 }, | 256 | { ZD_CR116, 0x24 }, { ZD_CR118, 0xfc }, { ZD_CR119, 0x11 }, |
257 | { CR121, 0x6a }, /* 5613 */ | 257 | { ZD_CR121, 0x6a }, /* 5613 */ |
258 | }; | 258 | }; |
259 | 259 | ||
260 | static const struct zd_ioreq16 ioreqs_2[] = { | 260 | static const struct zd_ioreq16 ioreqs_2[] = { |
261 | { CR113, 0x27 }, { CR114, 0x27 }, { CR115, 0x24 }, | 261 | { ZD_CR113, 0x27 }, { ZD_CR114, 0x27 }, { ZD_CR115, 0x24 }, |
262 | { CR117, 0xfa }, { CR120, 0x4f }, | 262 | { ZD_CR117, 0xfa }, { ZD_CR120, 0x4f }, |
263 | { CR122, 0xfc }, /* E0->FCh at 4901 */ | 263 | { ZD_CR122, 0xfc }, /* E0->FCh at 4901 */ |
264 | { CR123, 0x57 }, /* 5613 */ | 264 | { ZD_CR123, 0x57 }, /* 5613 */ |
265 | { CR125, 0xad }, /* 4804, for 1212 new algorithm */ | 265 | { ZD_CR125, 0xad }, /* 4804, for 1212 new algorithm */ |
266 | { CR126, 0x6c }, /* 5613 */ | 266 | { ZD_CR126, 0x6c }, /* 5613 */ |
267 | { CR127, 0x03 }, /* 4804, for 1212 new algorithm */ | 267 | { ZD_CR127, 0x03 }, /* 4804, for 1212 new algorithm */ |
268 | { CR130, 0x10 }, | 268 | { ZD_CR130, 0x10 }, |
269 | { CR131, 0x00 }, /* 5112 */ | 269 | { ZD_CR131, 0x00 }, /* 5112 */ |
270 | { CR137, 0x50 }, /* 5613 */ | 270 | { ZD_CR137, 0x50 }, /* 5613 */ |
271 | { CR138, 0xa8 }, /* 5112 */ | 271 | { ZD_CR138, 0xa8 }, /* 5112 */ |
272 | { CR144, 0xac }, /* 5613 */ | 272 | { ZD_CR144, 0xac }, /* 5613 */ |
273 | { CR148, 0x40 }, /* 5112 */ | 273 | { ZD_CR148, 0x40 }, /* 5112 */ |
274 | { CR149, 0x40 }, /* 4O07, 50->40 */ | 274 | { ZD_CR149, 0x40 }, /* 4O07, 50->40 */ |
275 | { CR150, 0x1a }, /* 5112, 0C->1A */ | 275 | { ZD_CR150, 0x1a }, /* 5112, 0C->1A */ |
276 | { CR252, 0x34 }, { CR253, 0x34 }, | 276 | { ZD_CR252, 0x34 }, { ZD_CR253, 0x34 }, |
277 | { CR251, 0x2f }, /* PLL_OFF */ | 277 | { ZD_CR251, 0x2f }, /* PLL_OFF */ |
278 | }; | 278 | }; |
279 | 279 | ||
280 | static const struct zd_ioreq16 ioreqs_3[] = { | 280 | static const struct zd_ioreq16 ioreqs_3[] = { |
281 | { CR251, 0x7f }, /* PLL_ON */ | 281 | { ZD_CR251, 0x7f }, /* PLL_ON */ |
282 | { CR128, 0x14 }, { CR129, 0x12 }, { CR130, 0x10 }, | 282 | { ZD_CR128, 0x14 }, { ZD_CR129, 0x12 }, { ZD_CR130, 0x10 }, |
283 | { CR38, 0x38 }, { CR136, 0xdf }, | 283 | { ZD_CR38, 0x38 }, { ZD_CR136, 0xdf }, |
284 | }; | 284 | }; |
285 | 285 | ||
286 | r = zd_iowrite16a_locked(chip, ioreqs_1, ARRAY_SIZE(ioreqs_1)); | 286 | r = zd_iowrite16a_locked(chip, ioreqs_1, ARRAY_SIZE(ioreqs_1)); |
@@ -331,16 +331,16 @@ static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) | |||
331 | 331 | ||
332 | static const struct zd_ioreq16 ioreqs[] = { | 332 | static const struct zd_ioreq16 ioreqs[] = { |
333 | /* PLL_ON */ | 333 | /* PLL_ON */ |
334 | { CR251, 0x3f }, | 334 | { ZD_CR251, 0x3f }, |
335 | { CR203, 0x06 }, { CR240, 0x08 }, | 335 | { ZD_CR203, 0x06 }, { ZD_CR240, 0x08 }, |
336 | }; | 336 | }; |
337 | 337 | ||
338 | r = zd_iowrite16_locked(chip, 0x57, CR240); | 338 | r = zd_iowrite16_locked(chip, 0x57, ZD_CR240); |
339 | if (r) | 339 | if (r) |
340 | return r; | 340 | return r; |
341 | 341 | ||
342 | /* PLL_OFF */ | 342 | /* PLL_OFF */ |
343 | r = zd_iowrite16_locked(chip, 0x2f, CR251); | 343 | r = zd_iowrite16_locked(chip, 0x2f, ZD_CR251); |
344 | if (r) | 344 | if (r) |
345 | return r; | 345 | return r; |
346 | 346 | ||
@@ -376,15 +376,15 @@ static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) | |||
376 | const u32 *rv = chan_rv[channel-1]; | 376 | const u32 *rv = chan_rv[channel-1]; |
377 | struct zd_chip *chip = zd_rf_to_chip(rf); | 377 | struct zd_chip *chip = zd_rf_to_chip(rf); |
378 | 378 | ||
379 | r = zd_iowrite16_locked(chip, 0x57, CR240); | 379 | r = zd_iowrite16_locked(chip, 0x57, ZD_CR240); |
380 | if (r) | 380 | if (r) |
381 | return r; | 381 | return r; |
382 | r = zd_iowrite16_locked(chip, 0xe4, CR9); | 382 | r = zd_iowrite16_locked(chip, 0xe4, ZD_CR9); |
383 | if (r) | 383 | if (r) |
384 | return r; | 384 | return r; |
385 | 385 | ||
386 | /* PLL_OFF */ | 386 | /* PLL_OFF */ |
387 | r = zd_iowrite16_locked(chip, 0x2f, CR251); | 387 | r = zd_iowrite16_locked(chip, 0x2f, ZD_CR251); |
388 | if (r) | 388 | if (r) |
389 | return r; | 389 | return r; |
390 | r = zd_rfwritev_cr_locked(chip, std_rv, ARRAY_SIZE(std_rv)); | 390 | r = zd_rfwritev_cr_locked(chip, std_rv, ARRAY_SIZE(std_rv)); |
@@ -410,7 +410,7 @@ static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) | |||
410 | if (r) | 410 | if (r) |
411 | return r; | 411 | return r; |
412 | 412 | ||
413 | r = zd_iowrite16_locked(chip, 0x7f, CR251); | 413 | r = zd_iowrite16_locked(chip, 0x7f, ZD_CR251); |
414 | if (r) | 414 | if (r) |
415 | return r; | 415 | return r; |
416 | 416 | ||
@@ -421,8 +421,8 @@ static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf) | |||
421 | { | 421 | { |
422 | struct zd_chip *chip = zd_rf_to_chip(rf); | 422 | struct zd_chip *chip = zd_rf_to_chip(rf); |
423 | static const struct zd_ioreq16 ioreqs[] = { | 423 | static const struct zd_ioreq16 ioreqs[] = { |
424 | { CR11, 0x00 }, | 424 | { ZD_CR11, 0x00 }, |
425 | { CR251, 0x3f }, | 425 | { ZD_CR251, 0x3f }, |
426 | }; | 426 | }; |
427 | 427 | ||
428 | return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); | 428 | return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); |
@@ -432,8 +432,8 @@ static int zd1211b_al7230b_switch_radio_on(struct zd_rf *rf) | |||
432 | { | 432 | { |
433 | struct zd_chip *chip = zd_rf_to_chip(rf); | 433 | struct zd_chip *chip = zd_rf_to_chip(rf); |
434 | static const struct zd_ioreq16 ioreqs[] = { | 434 | static const struct zd_ioreq16 ioreqs[] = { |
435 | { CR11, 0x00 }, | 435 | { ZD_CR11, 0x00 }, |
436 | { CR251, 0x7f }, | 436 | { ZD_CR251, 0x7f }, |
437 | }; | 437 | }; |
438 | 438 | ||
439 | return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); | 439 | return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); |
@@ -443,8 +443,8 @@ static int al7230b_switch_radio_off(struct zd_rf *rf) | |||
443 | { | 443 | { |
444 | struct zd_chip *chip = zd_rf_to_chip(rf); | 444 | struct zd_chip *chip = zd_rf_to_chip(rf); |
445 | static const struct zd_ioreq16 ioreqs[] = { | 445 | static const struct zd_ioreq16 ioreqs[] = { |
446 | { CR11, 0x04 }, | 446 | { ZD_CR11, 0x04 }, |
447 | { CR251, 0x2f }, | 447 | { ZD_CR251, 0x2f }, |
448 | }; | 448 | }; |
449 | 449 | ||
450 | return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); | 450 | return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs)); |
@@ -456,7 +456,7 @@ static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) | |||
456 | { | 456 | { |
457 | struct zd_chip *chip = zd_rf_to_chip(rf); | 457 | struct zd_chip *chip = zd_rf_to_chip(rf); |
458 | struct zd_ioreq16 ioreqs[] = { | 458 | struct zd_ioreq16 ioreqs[] = { |
459 | { CR128, 0x14 }, { CR129, 0x12 }, | 459 | { ZD_CR128, 0x14 }, { ZD_CR129, 0x12 }, |
460 | }; | 460 | }; |
461 | 461 | ||
462 | /* FIXME: Channel 11 is not the edge for all regulatory domains. */ | 462 | /* FIXME: Channel 11 is not the edge for all regulatory domains. */ |