Searched refs:ptrarray (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.c | 145 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-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | phy.c | 122 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-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | phy.c | 1004 u32 *ptrarray; in rtl92s_phy_mac_config() local 1007 ptrarray = rtl8192semac_2t_array; in rtl92s_phy_mac_config() 1010 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in rtl92s_phy_mac_config()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 227 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-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 376 u32 *ptrarray; in _rtl88e_phy_config_mac_with_headerfile() local 380 ptrarray = RTL8188EEMAC_1T_ARRAY; in _rtl88e_phy_config_mac_with_headerfile() 384 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in _rtl88e_phy_config_mac_with_headerfile()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 656 u32 *ptrarray; in _rtl92ee_phy_config_mac_with_headerfile() local 660 ptrarray = RTL8192EE_MAC_ARRAY; in _rtl92ee_phy_config_mac_with_headerfile() 664 rtl_write_byte(rtlpriv, ptrarray[i], (u8)ptrarray[i + 1]); in _rtl92ee_phy_config_mac_with_headerfile()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 363 u32 *ptrarray; in rtl92d_phy_mac_config() local 367 ptrarray = rtl8192de_mac_2tarray; in rtl92d_phy_mac_config() 370 rtl_write_byte(rtlpriv, ptrarray[i], (u8) ptrarray[i + 1]); in rtl92d_phy_mac_config()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1899 u32 *ptrarray; in _rtl8821ae_phy_config_mac_with_headerfile() local 1904 ptrarray = RTL8821AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile() 1907 ptrarray = RTL8812AE_MAC_REG_ARRAY; in _rtl8821ae_phy_config_mac_with_headerfile() 1913 ptrarray, arraylength, rtl_write_byte_with_val32); in _rtl8821ae_phy_config_mac_with_headerfile()
|