Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c420 i += 2; v1 = array_table[i]; \
421 v2 = array_table[i+1]; \
425 u32 *array_table) in handle_branch1() argument
432 v1 = array_table[i]; in handle_branch1()
433 v2 = array_table[i+1]; in handle_branch1()
441 if (!_rtl88e_check_condition(hw, array_table[i])) { in handle_branch1()
468 u32 *array_table) in handle_branch2() argument
476 v1 = array_table[i]; in handle_branch2()
477 v2 = array_table[i+1]; in handle_branch2()
479 rtl_set_bbreg(hw, array_table[i], MASKDWORD, in handle_branch2()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c519 v1 = array_table[i];\ in _rtl8723be_phy_config_bb_with_headerfile()
520 v2 = array_table[i+1]; \ in _rtl8723be_phy_config_bb_with_headerfile()
524 u32 *array_table; in _rtl8723be_phy_config_bb_with_headerfile() local
531 array_table = RTL8723BEPHY_REG_1TARRAY; in _rtl8723be_phy_config_bb_with_headerfile()
534 v1 = array_table[i]; in _rtl8723be_phy_config_bb_with_headerfile()
535 v2 = array_table[i+1]; in _rtl8723be_phy_config_bb_with_headerfile()
544 array_table[i])) { in _rtl8723be_phy_config_bb_with_headerfile()
577 array_table = RTL8723BEAGCTAB_1TARRAY; in _rtl8723be_phy_config_bb_with_headerfile()
580 v1 = array_table[i]; in _rtl8723be_phy_config_bb_with_headerfile()
581 v2 = array_table[i+1]; in _rtl8723be_phy_config_bb_with_headerfile()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c40 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument
43 v1 = array_table[i]; \
44 v2 = array_table[i+1]; \
1851 u32 *array_table; in _rtl8821ae_phy_config_bb_with_headerfile() local
1858 array_table = RTL8812AE_PHY_REG_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile()
1861 array_table = RTL8821AE_PHY_REG_ARRAY; in _rtl8821ae_phy_config_bb_with_headerfile()
1865 v1 = array_table[i]; in _rtl8821ae_phy_config_bb_with_headerfile()
1866 v2 = array_table[i + 1]; in _rtl8821ae_phy_config_bb_with_headerfile()
1873 READ_NEXT_PAIR(array_table, v1, v2, i); in _rtl8821ae_phy_config_bb_with_headerfile()
1878 READ_NEXT_PAIR(array_table, v1, in _rtl8821ae_phy_config_bb_with_headerfile()
[all …]