Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dphy.c167 u32 *ptrarray; in _rtl92c_phy_config_mac_with_headerfile() local
171 ptrarray = RTL8192CEMAC_2T_ARRAY; in _rtl92c_phy_config_mac_with_headerfile()
174 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in _rtl92c_phy_config_mac_with_headerfile()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dphy.c144 u32 *ptrarray; in _rtl92cu_phy_config_mac_with_headerfile() local
148 ptrarray = rtlphy->hwparam_tables[MAC_REG].pdata; in _rtl92cu_phy_config_mac_with_headerfile()
151 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in _rtl92cu_phy_config_mac_with_headerfile()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c251 u32 *ptrarray; in _rtl8723e_phy_config_mac_with_headerfile() local
255 ptrarray = RTL8723EMAC_ARRAY; in _rtl8723e_phy_config_mac_with_headerfile()
260 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in _rtl8723e_phy_config_mac_with_headerfile()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c406 u32 *ptrarray; in _rtl88e_phy_config_mac_with_headerfile() local
410 ptrarray = RTL8188EEMAC_1T_ARRAY; in _rtl88e_phy_config_mac_with_headerfile()
414 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in _rtl88e_phy_config_mac_with_headerfile()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c685 u32 *ptrarray; in _rtl92ee_phy_config_mac_with_headerfile() local
689 ptrarray = RTL8192EE_MAC_ARRAY; in _rtl92ee_phy_config_mac_with_headerfile()
693 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in _rtl92ee_phy_config_mac_with_headerfile()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c383 u32 *ptrarray; in rtl92d_phy_mac_config() local
387 ptrarray = rtl8192de_mac_2tarray; in rtl92d_phy_mac_config()
390 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in rtl92d_phy_mac_config()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1927 u32 *ptrarray; in _rtl8821ae_phy_config_mac_with_headerfile() local
1932 ptrarray = RTL8821AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile()
1935 ptrarray = RTL8812AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile()
1941 ptrarray, arraylength, rtl_write_byte_with_val32); in _rtl8821ae_phy_config_mac_with_headerfile()