Home
last modified time | relevance | path

Searched refs:array_table (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c385 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()
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()
444 array_table[i + 1]); in handle_branch2()
469 array_table[i + 1]); in handle_branch2()
480 array_table[i], array_table[i + 1]); in handle_branch2()
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c18 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument
21 v1 = array_table[i]; \
22 v2 = array_table[i+1]; \
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()
1921 array_table = RTL8812AE_AGC_TAB_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile()
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c537 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()