Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c648 u32 *ptrarray; in _rtl92ee_phy_config_mac_with_headerfile() local
652 ptrarray = RTL8192EE_MAC_ARRAY; in _rtl92ee_phy_config_mac_with_headerfile()
656 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in _rtl92ee_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c356 u32 *ptrarray; in rtl92d_phy_mac_config() local
360 ptrarray = rtl8192de_mac_2tarray; in rtl92d_phy_mac_config()
363 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in rtl92d_phy_mac_config()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1888 u32 *ptrarray; in _rtl8821ae_phy_config_mac_with_headerfile() local
1893 ptrarray = RTL8821AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile()
1896 ptrarray = RTL8812AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile()
1902 ptrarray, arraylength, rtl_write_byte_with_val32); in _rtl8821ae_phy_config_mac_with_headerfile()