Lines Matching refs:regeac

1431 	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()
1555 if (!(regeac & RxOKBit) && in _rtl92d_phy_patha_iqk_5g_normal()
1576 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local
1589 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_pathb_iqk()
1590 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_pathb_iqk()
1599 if (!(regeac & BIT(31)) && (((regeb4 & 0x03FF0000) >> 16) != 0x142) && in _rtl92d_phy_pathb_iqk()
1604 if (!(regeac & BIT(30)) && (((regec4 & 0x03FF0000) >> 16) != 0x132) && in _rtl92d_phy_pathb_iqk()
1617 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local
1657 regeac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal()
1658 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeac = 0x%x\n", regeac); in _rtl92d_phy_pathb_iqk_5g_normal()
1667 if (!(regeac & BIT(31)) && in _rtl92d_phy_pathb_iqk_5g_normal()
1672 if (!(regeac & BIT(30)) && in _rtl92d_phy_pathb_iqk_5g_normal()
2287 long rege94, rege9c, regea4, regeac, regeb4; in rtl92d_phy_iq_calibrate() local
2353 regeac = result[i][3]; in rtl92d_phy_iq_calibrate()
2360 rege94, rege9c, regea4, regeac, regeb4, regebc, regec4, in rtl92d_phy_iq_calibrate()
2367 regeac = result[final_candidate][3]; in rtl92d_phy_iq_calibrate()
2376 rege94, rege9c, regea4, regeac, regeb4, regebc, regec4, in rtl92d_phy_iq_calibrate()