Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Dmac_cfg.c110 u32 *ptrarray; in rtl88eu_phy_mac_config() local
113 ptrarray = array_MAC_REG_8188E; in rtl88eu_phy_mac_config()
116 usb_write8(adapt, ptrarray[i], (u8)ptrarray[i + 1]); in rtl88eu_phy_mac_config()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
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()
/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
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()
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c997 u32 *ptrarray; in rtl92s_phy_mac_config() local
1000 ptrarray = rtl8192semac_2t_array; in rtl92s_phy_mac_config()
1003 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in rtl92s_phy_mac_config()
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
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()
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
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()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
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()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
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()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1889 u32 *ptrarray; in _rtl8821ae_phy_config_mac_with_headerfile() local
1894 ptrarray = RTL8821AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile()
1897 ptrarray = RTL8812AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile()
1903 ptrarray, arraylength, rtl_write_byte_with_val32); in _rtl8821ae_phy_config_mac_with_headerfile()