Searched refs:array_table (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 390 i += 2; v1 = array_table[i]; \ 391 v2 = array_table[i+1]; \ 395 u32 *array_table) in handle_branch1() argument 402 v1 = array_table[i]; in handle_branch1() 403 v2 = array_table[i+1]; in handle_branch1() 411 if (!_rtl88e_check_condition(hw, array_table[i])) { in handle_branch1() 438 u32 *array_table) in handle_branch2() argument 446 v1 = array_table[i]; in handle_branch2() 447 v2 = array_table[i+1]; in handle_branch2() 449 rtl_set_bbreg(hw, array_table[i], MASKDWORD, in handle_branch2() [all …]
|
/linux-6.1.9/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]; \ 1844 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument 1856 u32 v1 = array_table[i]; in __rtl8821ae_phy_config_with_headerfile() 1857 u32 v2 = array_table[i + 1]; in __rtl8821ae_phy_config_with_headerfile() 1921 u32 *array_table; in _rtl8821ae_phy_config_bb_with_headerfile() local 1927 array_table = RTL8812AE_PHY_REG_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile() 1930 array_table = RTL8821AE_PHY_REG_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile() 1934 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() [all …]
|
/linux-6.1.9/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()
|