Lines Matching refs:rf

8 #include "rf.h"
108 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
118 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
125 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
132 "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",
186 u32 writeval, customer_limit, rf;
188 for (rf = 0; rf < 2; rf++) {
195 [chnlgroup][index + (rf ? 8 : 0)]
196 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
200 ((rf == 0) ? 'A' : 'B'), writeval);
222 [index + (rf ? 8 : 0)] + ((index < 2) ?
223 powerbase0[rf] :
224 powerbase1[rf]);
228 ((rf == 0) ? 'A' : 'B'), writeval);
233 ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
237 ((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][channel -
250 "customer's limit, 20MHz rf(%c) = 0x%x\n",
251 ((rf == 0) ? 'A' : 'B'),
252 rtlefuse->pwrgroup_ht20[rf][channel -
258 rtlefuse->txpwr_legacyhtdiff[rf][channel-1];
261 rtlefuse->txpwr_ht20diff[rf][channel-1];
265 rtlefuse->pwrgroup_ht40[rf][channel-1];
268 rtlefuse->pwrgroup_ht20[rf][channel-1];
279 (rf ? 8 : 0)] & (0x7f <<
291 "Customer's limit rf(%c) = 0x%x\n",
292 ((rf == 0) ? 'A' : 'B'), customer_limit);
295 ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
298 "Customer, writeval rf(%c)= 0x%x\n",
299 ((rf == 0) ? 'A' : 'B'), writeval);
305 [index + (rf ? 8 : 0)]
306 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]);
309 "RTK better performance, writeval rf(%c) = 0x%x\n",
310 ((rf == 0) ? 'A' : 'B'), writeval);
319 *(p_outwriteval + rf) = writeval;
337 u8 i, rf, pwr_val[4];
341 for (rf = 0; rf < 2; rf++) {
342 writeval = value[rf];
353 if (rf == 0)