Lines Matching defs:rf

8 #include "rf.h"
103 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n",
108 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n",
113 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n",
118 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n",
141 " [OFDM power base index rf(%c) = 0x%x]\n",
155 " [MCS power base index rf(%c) = 0x%x]\n",
197 u32 writeval = 0, customer_limit, rf;
199 for (rf = 0; rf < 2; rf++) {
205 (rf ? 8 : 0)] + ((index < 2) ?
206 powerbase0[rf] :
207 powerbase1[rf]);
210 rf == 0 ? 'A' : 'B', writeval);
225 (rf ? 8 : 0)] + ((index < 2) ?
226 powerbase0[rf] :
227 powerbase1[rf]);
230 rf == 0 ? 'A' : 'B', writeval);
234 writeval = ((index < 2) ? powerbase0[rf] :
235 powerbase1[rf]);
238 rf == 0 ? 'A' : 'B', writeval);
244 "customer's limit, 40MHz rf(%c) = 0x%x\n",
245 rf == 0 ? 'A' : 'B',
246 rtlefuse->pwrgroup_ht40[rf]
250 "customer's limit, 20MHz rf(%c) = 0x%x\n",
251 rf == 0 ? 'A' : 'B',
252 rtlefuse->pwrgroup_ht20[rf]
257 [chnlgroup][index + (rf ? 8 : 0)] &
262 rtlefuse->pwrgroup_ht40[rf]
266 [rf][channel - 1];
269 rtlefuse->pwrgroup_ht20[rf][
272 rtlefuse->pwrgroup_ht20[rf]
281 "Customer's limit rf(%c) = 0x%x\n",
282 rf == 0 ? 'A' : 'B', customer_limit);
284 powerbase0[rf] : powerbase1[rf]);
286 "Customer, writeval rf(%c)= 0x%x\n",
287 rf == 0 ? 'A' : 'B', writeval);
292 (rf ? 8 : 0)] + ((index < 2) ?
293 powerbase0[rf] : powerbase1[rf]);
295 "RTK better performance, writeval rf(%c) = 0x%x\n",
296 rf == 0 ? 'A' : 'B', writeval);
299 *(p_outwriteval + rf) = writeval;
318 u8 i, rf, pwr_val[4];
322 for (rf = 0; rf < 2; rf++) {
323 writeval = pvalue[rf];
332 if (rf == 0)