Home
last modified time | relevance | path

Searched refs:regeac (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1415 u32 regeac, rege94, rege9c, regea4; in _rtl92d_phy_patha_iqk() local
1450 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_patha_iqk()
1451 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_patha_iqk()
1458 if (!(regeac & BIT(28)) && (((rege94 & 0x03FF0000) >> 16) != 0x142) && in _rtl92d_phy_patha_iqk()
1464 if (!(regeac & BIT(27)) && (((regea4 & 0x03FF0000) >> 16) != 0x132) && in _rtl92d_phy_patha_iqk()
1465 (((regeac & 0x03FF0000) >> 16) != 0x36)) in _rtl92d_phy_patha_iqk()
1479 u32 regeac, rege94, rege9c, regea4; in _rtl92d_phy_patha_iqk_5g_normal() local
1521 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_patha_iqk_5g_normal()
1522 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_patha_iqk_5g_normal()
1529 if (!(regeac & TxOKBit) && in _rtl92d_phy_patha_iqk_5g_normal()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dphy.c682 u32 regeac, regeb4, regebc, regec4, regecc; in phy_path_b_iqk() local
692 regeac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_b_iqk()
698 if (!(regeac & BIT(31)) && in phy_path_b_iqk()
705 if (!(regeac & BIT(30)) && in phy_path_b_iqk()