Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c145 u32 *ptrarray; in _rtl92c_phy_config_mac_with_headerfile() local
149 ptrarray = RTL8192CEMAC_2T_ARRAY; in _rtl92c_phy_config_mac_with_headerfile()
152 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in _rtl92c_phy_config_mac_with_headerfile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c122 u32 *ptrarray; in _rtl92cu_phy_config_mac_with_headerfile() local
126 ptrarray = rtlphy->hwparam_tables[MAC_REG].pdata; in _rtl92cu_phy_config_mac_with_headerfile()
129 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in _rtl92cu_phy_config_mac_with_headerfile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c994 u32 *ptrarray; in rtl92s_phy_mac_config() local
997 ptrarray = rtl8192semac_2t_array; in rtl92s_phy_mac_config()
1000 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in rtl92s_phy_mac_config()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c227 u32 *ptrarray; in _rtl8723e_phy_config_mac_with_headerfile() local
231 ptrarray = RTL8723EMAC_ARRAY; in _rtl8723e_phy_config_mac_with_headerfile()
236 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in _rtl8723e_phy_config_mac_with_headerfile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c370 u32 *ptrarray; in _rtl88e_phy_config_mac_with_headerfile() local
374 ptrarray = RTL8188EEMAC_1T_ARRAY; in _rtl88e_phy_config_mac_with_headerfile()
378 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in _rtl88e_phy_config_mac_with_headerfile()