Lines Matching refs:rf

8 #include "rf.h"
107 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
117 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
124 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
131 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
154 " [OFDM power base index rf(%c) = 0x%x]\n",
171 " [MCS power base index rf(%c) = 0x%x]\n",
187 u32 writeval, customer_limit, rf;
189 for (rf = 0; rf < 2; rf++) {
196 (rf ? 8 : 0)]
197 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
201 ((rf == 0) ? 'A' : 'B'), writeval);
223 [index + (rf ? 8 : 0)] + ((index < 2) ?
224 powerbase0[rf] :
225 powerbase1[rf]);
229 ((rf == 0) ? 'A' : 'B'), writeval);
234 ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
238 ((rf == 0) ? 'A' : 'B'), writeval);
245 "customer's limit, 40MHz rf(%c) = 0x%x\n",
246 ((rf == 0) ? 'A' : 'B'),
248 [rf][channel - 1]);
251 "customer's limit, 20MHz rf(%c) = 0x%x\n",
252 ((rf == 0) ? 'A' : 'B'),
254 [rf][channel - 1]);
259 rtlefuse->txpwr_legacyhtdiff[rf][channel-1];
263 rtlefuse->txpwr_ht20diff[rf][channel-1];
267 rtlefuse->pwrgroup_ht40[rf][channel-1];
270 rtlefuse->pwrgroup_ht20[rf][channel-1];
280 [chnlgroup][index + (rf ? 8 : 0)] &
293 "Customer's limit rf(%c) = 0x%x\n",
294 ((rf == 0) ? 'A' : 'B'), customer_limit);
297 powerbase0[rf] :
298 powerbase1[rf]);
301 "Customer, writeval rf(%c)= 0x%x\n",
302 ((rf == 0) ? 'A' : 'B'), writeval);
308 [index + (rf ? 8 : 0)]
309 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
312 "RTK better performance, writeval rf(%c) = 0x%x\n",
313 ((rf == 0) ? 'A' : 'B'), writeval);
322 *(p_outwriteval + rf) = writeval;
340 u8 i, rf, pwr_val[4];
344 for (rf = 0; rf < 2; rf++) {
345 writeval = pvalue[rf];
356 if (rf == 0)