Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dphy.c1431 u32 regeac, rege94, rege9c, regea4; in _rtl92d_phy_patha_iqk() local
1466 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_patha_iqk()
1467 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_patha_iqk()
1474 if (!(regeac & BIT(28)) && (((rege94 & 0x03FF0000) >> 16) != 0x142) && in _rtl92d_phy_patha_iqk()
1480 if (!(regeac & BIT(27)) && (((regea4 & 0x03FF0000) >> 16) != 0x132) && in _rtl92d_phy_patha_iqk()
1481 (((regeac & 0x03FF0000) >> 16) != 0x36)) in _rtl92d_phy_patha_iqk()
1495 u32 regeac, rege94, rege9c, regea4; in _rtl92d_phy_patha_iqk_5g_normal() local
1537 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_patha_iqk_5g_normal()
1538 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_patha_iqk_5g_normal()
1545 if (!(regeac & TxOKBit) && in _rtl92d_phy_patha_iqk_5g_normal()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dphy.c770 u32 regeac, regeb4, regebc, regec4, regecc; in phy_path_b_iqk() local
781 regeac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_b_iqk()
787 if (!(regeac & BIT31) && in phy_path_b_iqk()
794 if (!(regeac & BIT30) && in phy_path_b_iqk()