Searched refs:regeb4 (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.c | 1576 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local 1591 regeb4 = rtl_get_bbreg(hw, 0xeb4, MASKDWORD); in _rtl92d_phy_pathb_iqk() 1592 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeb4 = 0x%x\n", regeb4); in _rtl92d_phy_pathb_iqk() 1599 if (!(regeac & BIT(31)) && (((regeb4 & 0x03FF0000) >> 16) != 0x142) && in _rtl92d_phy_pathb_iqk() 1617 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local 1659 regeb4 = rtl_get_bbreg(hw, 0xeb4, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal() 1660 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeb4 = 0x%x\n", regeb4); in _rtl92d_phy_pathb_iqk_5g_normal() 1668 (((regeb4 & 0x03FF0000) >> 16) != 0x142)) in _rtl92d_phy_pathb_iqk_5g_normal() 2287 long rege94, rege9c, regea4, regeac, regeb4; in rtl92d_phy_iq_calibrate() local 2354 regeb4 = result[i][4]; in rtl92d_phy_iq_calibrate() [all …]
|
/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 862 u32 regeac, regeb4, regebc, regec4, regecc; in phy_path_b_iqk() local 874 regeb4 = phy_query_bb_reg(adapt, rTx_Power_Before_IQK_B, bMaskDWord); in phy_path_b_iqk() 880 (((regeb4 & 0x03FF0000)>>16) != 0x142) && in phy_path_b_iqk()
|