Searched refs:array_table (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 384 i += 2; v1 = array_table[i]; \ 385 v2 = array_table[i+1]; \ 389 u32 *array_table) in handle_branch1() argument 396 v1 = array_table[i]; in handle_branch1() 397 v2 = array_table[i+1]; in handle_branch1() 405 if (!_rtl88e_check_condition(hw, array_table[i])) { in handle_branch1() 432 u32 *array_table) in handle_branch2() argument 440 v1 = array_table[i]; in handle_branch2() 441 v2 = array_table[i+1]; in handle_branch2() 443 rtl_set_bbreg(hw, array_table[i], MASKDWORD, in handle_branch2() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 18 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument 21 v1 = array_table[i]; \ 22 v2 = array_table[i+1]; \ 1826 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument 1838 u32 v1 = array_table[i]; in __rtl8821ae_phy_config_with_headerfile() 1839 u32 v2 = array_table[i + 1]; in __rtl8821ae_phy_config_with_headerfile() 1903 u32 *array_table; in _rtl8821ae_phy_config_bb_with_headerfile() local 1909 array_table = RTL8812AE_PHY_REG_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile() 1912 array_table = RTL8821AE_PHY_REG_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile() 1916 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 537 u32 *array_table, in rtl8723be_phy_config_with_headerfile() argument 549 u32 v1 = array_table[i]; in rtl8723be_phy_config_with_headerfile() 550 u32 v2 = array_table[i + 1]; in rtl8723be_phy_config_with_headerfile()
|