Home
last modified time | relevance | path

Searched refs:agctab_arraylen (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c162 u16 phy_reg_arraylen, agctab_arraylen; in _rtl92ce_phy_config_bb_with_headerfile() local
167 agctab_arraylen = AGCTAB_2TARRAYLENGTH; in _rtl92ce_phy_config_bb_with_headerfile()
172 agctab_arraylen = AGCTAB_1TARRAYLENGTH; in _rtl92ce_phy_config_bb_with_headerfile()
189 for (i = 0; i < agctab_arraylen; i = i + 2) { in _rtl92ce_phy_config_bb_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c139 u16 phy_reg_arraylen, agctab_arraylen; in _rtl92cu_phy_config_bb_with_headerfile() local
145 agctab_arraylen = rtlphy->hwparam_tables[AGCTAB_2T].length; in _rtl92cu_phy_config_bb_with_headerfile()
150 agctab_arraylen = rtlphy->hwparam_tables[AGCTAB_1T].length; in _rtl92cu_phy_config_bb_with_headerfile()
167 for (i = 0; i < agctab_arraylen; i = i + 2) { in _rtl92cu_phy_config_bb_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c246 u16 phy_reg_arraylen, agctab_arraylen; in _rtl8723e_phy_config_bb_with_headerfile() local
249 agctab_arraylen = RTL8723E_AGCTAB_1TARRAYLENGTH; in _rtl8723e_phy_config_bb_with_headerfile()
276 for (i = 0; i < agctab_arraylen; i = i + 2) { in _rtl8723e_phy_config_bb_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c511 u16 phy_reg_arraylen, agctab_arraylen = 0, agctab_5garraylen; in _rtl92d_phy_config_bb_with_headerfile() local
517 agctab_arraylen = AGCTAB_ARRAYLENGTH; in _rtl92d_phy_config_bb_with_headerfile()
523 agctab_arraylen = AGCTAB_2G_ARRAYLENGTH; in _rtl92d_phy_config_bb_with_headerfile()
552 for (i = 0; i < agctab_arraylen; i = i + 2) { in _rtl92d_phy_config_bb_with_headerfile()
568 for (i = 0; i < agctab_arraylen; i = i + 2) { in _rtl92d_phy_config_bb_with_headerfile()