Searched refs:rf (Results 1 - 25 of 79) sorted by relevance

1234

/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h67 int (*init_hw)(struct zd_rf *rf);
68 int (*set_channel)(struct zd_rf *rf, u8 channel);
69 int (*switch_radio_on)(struct zd_rf *rf);
70 int (*switch_radio_off)(struct zd_rf *rf);
71 int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel);
72 void (*clear)(struct zd_rf *rf);
76 void zd_rf_init(struct zd_rf *rf);
77 void zd_rf_clear(struct zd_rf *rf);
78 int zd_rf_init_hw(struct zd_rf *rf, u8 type);
80 int zd_rf_scnprint_id(struct zd_rf *rf, cha
90 zd_rf_should_update_pwr_int(struct zd_rf *rf) argument
95 zd_rf_should_patch_cck_gain(struct zd_rf *rf) argument
[all...]
H A Dzd_rf.c54 void zd_rf_init(struct zd_rf *rf) argument
56 memset(rf, 0, sizeof(*rf));
60 rf->update_channel_int = 1;
63 void zd_rf_clear(struct zd_rf *rf) argument
65 if (rf->clear)
66 rf->clear(rf);
67 ZD_MEMCLEAR(rf, sizeof(*rf));
70 zd_rf_init_hw(struct zd_rf *rf, u8 type) argument
114 zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size) argument
119 zd_rf_set_channel(struct zd_rf *rf, u8 channel) argument
136 zd_switch_radio_on(struct zd_rf *rf) argument
152 zd_switch_radio_off(struct zd_rf *rf) argument
169 zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel) argument
177 zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel) argument
[all...]
H A Dzd_rf_al7230b.c99 static int zd1211_al7230b_init_hw(struct zd_rf *rf) argument
102 struct zd_chip *chip = zd_rf_to_chip(rf);
204 static int zd1211b_al7230b_init_hw(struct zd_rf *rf) argument
207 struct zd_chip *chip = zd_rf_to_chip(rf);
325 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) argument
329 struct zd_chip *chip = zd_rf_to_chip(rf);
372 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) argument
376 struct zd_chip *chip = zd_rf_to_chip(rf);
419 static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf) argument
421 struct zd_chip *chip = zd_rf_to_chip(rf);
430 zd1211b_al7230b_switch_radio_on(struct zd_rf *rf) argument
441 al7230b_switch_radio_off(struct zd_rf *rf) argument
454 zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) argument
474 zd_rf_init_al7230b(struct zd_rf *rf) argument
[all...]
H A Dzd_rf_al2230.c26 #define IS_AL2230S(chip) ((chip)->al2230s_bit || (chip)->rf.type == AL2230S_RF)
104 static int zd1211_al2230_init_hw(struct zd_rf *rf) argument
107 struct zd_chip *chip = zd_rf_to_chip(rf);
217 static int zd1211b_al2230_init_hw(struct zd_rf *rf) argument
220 struct zd_chip *chip = zd_rf_to_chip(rf);
359 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel) argument
363 struct zd_chip *chip = zd_rf_to_chip(rf);
375 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel) argument
379 struct zd_chip *chip = zd_rf_to_chip(rf);
393 static int zd1211_al2230_switch_radio_on(struct zd_rf *rf) argument
404 zd1211b_al2230_switch_radio_on(struct zd_rf *rf) argument
415 al2230_switch_radio_off(struct zd_rf *rf) argument
426 zd_rf_init_al2230(struct zd_rf *rf) argument
[all...]
H A Dzd_rf_uw2453.c252 #define UW2453_PRIV(rf) ((struct uw2453_priv *) (rf)->priv)
308 static int uw2453_init_hw(struct zd_rf *rf) argument
313 struct zd_chip *chip = zd_rf_to_chip(rf);
435 UW2453_PRIV(rf)->config = found_config + 1;
440 static int uw2453_set_channel(struct zd_rf *rf, u8 channel) argument
444 int config = UW2453_PRIV(rf)->config;
446 struct zd_chip *chip = zd_rf_to_chip(rf);
481 static int uw2453_switch_radio_on(struct zd_rf *rf) argument
484 struct zd_chip *chip = zd_rf_to_chip(rf);
500 uw2453_switch_radio_off(struct zd_rf *rf) argument
517 uw2453_clear(struct zd_rf *rf) argument
522 zd_rf_init_uw2453(struct zd_rf *rf) argument
[all...]
/drivers/net/wireless/ti/wl12xx/
H A Dconf.h46 struct wl12xx_conf_rf rf; member in struct:wl12xx_priv_conf
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Drf.c34 #include "rf.h"
123 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n",
133 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n",
140 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n",
147 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n",
171 " [OFDM power base index rf(%c) = 0x%x]\n",
187 " [MCS power base index rf(%c) = 0x%x]\n",
202 u32 writeVal, customer_limit, rf; local
204 for (rf = 0; rf <
349 u8 i, rf, pwr_val[4]; local
[all...]
H A DMakefile6 rf.o \
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Drf.c30 #include "rf.h"
123 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
133 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
140 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
147 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
171 " [OFDM power base index rf(%c) = 0x%x]\n",
188 " [MCS power base index rf(%c) = 0x%x]\n",
203 u32 writeval, customer_limit, rf; local
205 for (rf = 0; rf <
357 u8 i, rf, pwr_val[4]; local
[all...]
H A DMakefile13 rf.o \
/drivers/staging/rtl8188eu/hal/
H A Drf.c23 #include <rf.h>
117 /* rf-A cck tx power */
123 /* rf-B cck tx power */
167 u32 write_val, customer_limit, rf; local
172 for (rf = 0; rf < 2; rf++) {
173 u8 j = index + (rf ? 8 : 0);
178 write_val = hal_data->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf ? 8 : 0)] +
179 ((index < 2) ? powerbase0[rf]
265 u8 i, rf, pwr_val[4]; local
[all...]
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Drf.c30 #include "rf.h"
131 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
141 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
148 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
155 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
177 " [OFDM power base index rf(%c) = 0x%x]\n",
194 " [MCS power base index rf(%c) = 0x%x]\n",
209 u32 writeval, customer_limit, rf; local
211 for (rf = 0; rf <
360 u8 i, rf, pwr_val[4]; local
[all...]
H A DMakefile8 rf.o \
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Drf.c34 #include "rf.h"
137 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n",
145 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n",
150 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n",
155 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n",
178 " [OFDM power base index rf(%c) = 0x%x]\n",
191 " [MCS power base index rf(%c) = 0x%x]\n",
206 u32 writeVal, customer_limit, rf; local
208 for (rf = 0; rf <
339 u8 i, rf, pwr_val[4]; local
[all...]
H A DMakefile7 rf.o \
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Drf.c30 #include "rf.h"
130 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
140 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
147 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
154 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
177 " [OFDM power base index rf(%c) = 0x%x]\n",
194 " [MCS power base index rf(%c) = 0x%x]\n",
210 u32 writeval, customer_limit, rf; local
212 for (rf = 0; rf <
363 u8 i, rf, pwr_val[4]; local
[all...]
H A DMakefile11 rf.o \
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Drf.c30 #include "rf.h"
132 "CCK PWR 1~11M (rf-A) = 0x%x (reg 0x%x)\n", tmpval,
139 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n", tmpval,
161 " [OFDM power base index rf(%c) = 0x%x]\n",
178 " [MCS power base index rf(%c) = 0x%x]\n",
193 u32 writeval, customer_limit, rf; local
195 for (rf = 0; rf < 2; rf++) {
202 (rf
342 u8 i, rf, pwr_val[4]; local
[all...]
H A DMakefile11 rf.o \
/drivers/staging/rtl8723au/hal/
H A Drtl8723a_rf6052.c180 /* rf-A cck tx power */
186 /* rf-B cck tx power */
242 u32 writeVal, customer_limit, rf; local
245 for (rf = 0; rf < 2; rf++) {
250 writeVal = pHalData->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf?8:0)] +
251 ((index < 2) ? powerBase0[rf] : powerBase1[rf]);
270 writeVal = pHalData->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf
334 u8 i, rf, pwr_val[4]; local
[all...]
/drivers/net/wireless/rtlwifi/rtl8192de/
H A DMakefile7 rf.o \
H A Drf.c34 #include "rf.h"
130 "CCK PWR 1M (rf-A) = 0x%x (reg 0x%x)\n",
135 "CCK PWR 2~11M (rf-A) = 0x%x (reg 0x%x)\n",
140 "CCK PWR 11M (rf-B) = 0x%x (reg 0x%x)\n",
145 "CCK PWR 1~5.5M (rf-B) = 0x%x (reg 0x%x)\n",
168 " [OFDM power base index rf(%c) = 0x%x]\n",
182 " [MCS power base index rf(%c) = 0x%x]\n",
224 u32 writeval = 0, customer_limit, rf; local
226 for (rf = 0; rf <
345 u8 i, rf, pwr_val[4]; local
[all...]
/drivers/net/wireless/rtlwifi/rtl8192se/
H A DMakefile7 rf.o \
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dhw.c1693 u32 rf, addr = EEPROM_TX_PWR_INX, group, i = 0; local
1704 for (rf = 0 ; rf < MAX_RF_PATH ; rf++) {
1707 pwr2g->index_cck_base[rf][group] = 0x2D;
1708 pwr2g->index_bw40_base[rf][group] = 0x2D;
1712 pwr2g->bw20_diff[rf][0] = 0x02;
1713 pwr2g->ofdm_diff[rf][0] = 0x04;
1715 pwr2g->bw20_diff[rf][i] = 0xFE;
1716 pwr2g->bw40_diff[rf][
1936 u8 rf, idx; local
[all...]
H A DMakefile11 rf.o \

Completed in 1528 milliseconds

1234