Home
last modified time | relevance | path

Searched refs:agctab_array_table (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c161 u32 *agctab_array_table; in _rtl92ce_phy_config_bb_with_headerfile() local
168 agctab_array_table = RTL8192CEAGCTAB_2TARRAY; in _rtl92ce_phy_config_bb_with_headerfile()
173 agctab_array_table = RTL8192CEAGCTAB_1TARRAY; in _rtl92ce_phy_config_bb_with_headerfile()
190 rtl_set_bbreg(hw, agctab_array_table[i], MASKDWORD, in _rtl92ce_phy_config_bb_with_headerfile()
191 agctab_array_table[i + 1]); in _rtl92ce_phy_config_bb_with_headerfile()
195 agctab_array_table[i], in _rtl92ce_phy_config_bb_with_headerfile()
196 agctab_array_table[i + 1]); in _rtl92ce_phy_config_bb_with_headerfile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c138 u32 *agctab_array_table; in _rtl92cu_phy_config_bb_with_headerfile() local
146 agctab_array_table = rtlphy->hwparam_tables[AGCTAB_2T].pdata; in _rtl92cu_phy_config_bb_with_headerfile()
151 agctab_array_table = rtlphy->hwparam_tables[AGCTAB_1T].pdata; in _rtl92cu_phy_config_bb_with_headerfile()
168 rtl_set_bbreg(hw, agctab_array_table[i], MASKDWORD, in _rtl92cu_phy_config_bb_with_headerfile()
169 agctab_array_table[i + 1]); in _rtl92cu_phy_config_bb_with_headerfile()
173 agctab_array_table[i], in _rtl92cu_phy_config_bb_with_headerfile()
174 agctab_array_table[i + 1]); in _rtl92cu_phy_config_bb_with_headerfile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c260 u32 *agctab_array_table = NULL; in _rtl92d_phy_config_bb_with_headerfile() local
269 agctab_array_table = rtl8192de_agctab_array; in _rtl92d_phy_config_bb_with_headerfile()
275 agctab_array_table = rtl8192de_agctab_2garray; in _rtl92d_phy_config_bb_with_headerfile()
304 rtl_set_bbreg(hw, agctab_array_table[i], in _rtl92d_phy_config_bb_with_headerfile()
306 agctab_array_table[i + 1]); in _rtl92d_phy_config_bb_with_headerfile()
312 agctab_array_table[i], in _rtl92d_phy_config_bb_with_headerfile()
313 agctab_array_table[i + 1]); in _rtl92d_phy_config_bb_with_headerfile()
320 rtl_set_bbreg(hw, agctab_array_table[i], in _rtl92d_phy_config_bb_with_headerfile()
322 agctab_array_table[i + 1]); in _rtl92d_phy_config_bb_with_headerfile()
328 agctab_array_table[i], in _rtl92d_phy_config_bb_with_headerfile()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c245 u32 *agctab_array_table; in _rtl8723e_phy_config_bb_with_headerfile() local
250 agctab_array_table = RTL8723EAGCTAB_1TARRAY; in _rtl8723e_phy_config_bb_with_headerfile()
277 rtl_set_bbreg(hw, agctab_array_table[i], MASKDWORD, in _rtl8723e_phy_config_bb_with_headerfile()
278 agctab_array_table[i + 1]); in _rtl8723e_phy_config_bb_with_headerfile()
282 agctab_array_table[i], in _rtl8723e_phy_config_bb_with_headerfile()
283 agctab_array_table[i + 1]); in _rtl8723e_phy_config_bb_with_headerfile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dphy.c264 const u32 *agctab_array_table = NULL; in _rtl92du_phy_config_bb() local
271 agctab_array_table = rtl8192du_agctab_array; in _rtl92du_phy_config_bb()
277 agctab_array_table = rtl8192du_agctab_2garray; in _rtl92du_phy_config_bb()
282 agctab_array_table = rtl8192du_agctab_5garray; in _rtl92du_phy_config_bb()
305 rtl_set_bbreg(hw, agctab_array_table[i], in _rtl92du_phy_config_bb()
306 MASKDWORD, agctab_array_table[i + 1]); in _rtl92du_phy_config_bb()
313 agctab_array_table[i], in _rtl92du_phy_config_bb()
314 agctab_array_table[i + 1]); in _rtl92du_phy_config_bb()