Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
DHalPhyRf_8188e.c367 u32 regeac, regE94, regE9C; in phy_PathA_IQK_8188E() local
391 regeac = ODM_GetBBReg(dm_odm, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_PathA_IQK_8188E()
395 if (!(regeac & BIT(28)) && in phy_PathA_IQK_8188E()
405 u32 regeac, regE94, regE9C, regEA4, u4tmp; in phy_PathA_RxIQK() local
445 regeac = ODM_GetBBReg(dm_odm, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_PathA_RxIQK()
449 if (!(regeac & BIT(28)) && in phy_PathA_RxIQK()
489 regeac = ODM_GetBBReg(dm_odm, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_PathA_RxIQK()
498 if (!(regeac & BIT(27)) && /* if Tx is OK, check whether Rx is OK */ in phy_PathA_RxIQK()
500 (((regeac & 0x03FF0000) >> 16) != 0x36)) in phy_PathA_RxIQK()
509 u32 regeac, regeb4, regebc, regec4, regecc; in phy_PathB_IQK_8188E() local
[all …]
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1387 u32 regeac, rege94, rege9c, regea4; in _rtl92d_phy_patha_iqk() local
1422 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_patha_iqk()
1423 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_patha_iqk()
1430 if (!(regeac & BIT(28)) && (((rege94 & 0x03FF0000) >> 16) != 0x142) && in _rtl92d_phy_patha_iqk()
1436 if (!(regeac & BIT(27)) && (((regea4 & 0x03FF0000) >> 16) != 0x132) && in _rtl92d_phy_patha_iqk()
1437 (((regeac & 0x03FF0000) >> 16) != 0x36)) in _rtl92d_phy_patha_iqk()
1451 u32 regeac, rege94, rege9c, regea4; in _rtl92d_phy_patha_iqk_5g_normal() local
1493 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_patha_iqk_5g_normal()
1494 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_patha_iqk_5g_normal()
1501 if (!(regeac & TXOKBIT) && in _rtl92d_phy_patha_iqk_5g_normal()
[all …]