Searched refs:regeb4 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 1525 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local 1540 regeb4 = rtl_get_bbreg(hw, 0xeb4, MASKDWORD); in _rtl92d_phy_pathb_iqk() 1541 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeb4 = 0x%x\n", regeb4); in _rtl92d_phy_pathb_iqk() 1548 if (!(regeac & BIT(31)) && (((regeb4 & 0x03FF0000) >> 16) != 0x142) && in _rtl92d_phy_pathb_iqk() 1566 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local 1608 regeb4 = rtl_get_bbreg(hw, 0xeb4, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal() 1609 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xeb4 = 0x%x\n", regeb4); in _rtl92d_phy_pathb_iqk_5g_normal() 1617 (((regeb4 & 0x03FF0000) >> 16) != 0x142)) in _rtl92d_phy_pathb_iqk_5g_normal() 2236 long rege94, rege9c, regea4, regeac, regeb4; in rtl92d_phy_iq_calibrate() local 2303 regeb4 = result[i][4]; in rtl92d_phy_iq_calibrate() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8192e.c | 1314 priv->regeb4 = reg_eb4; in rtl8192eu_phy_iq_calibrate() 1327 reg_e94 = reg_eb4 = priv->rege94 = priv->regeb4 = 0x100; in rtl8192eu_phy_iq_calibrate()
|
H A D | rtl8xxxu_8188f.c | 1307 priv->regeb4 = reg_eb4; in rtl8188fu_phy_iq_calibrate() 1319 reg_e94 = reg_eb4 = priv->rege94 = priv->regeb4 = 0x100; in rtl8188fu_phy_iq_calibrate()
|
H A D | rtl8xxxu_8723b.c | 1195 priv->regeb4 = reg_eb4; in rtl8723bu_phy_iq_calibrate() 1208 reg_e94 = reg_eb4 = priv->rege94 = priv->regeb4 = 0x100; in rtl8723bu_phy_iq_calibrate()
|
H A D | rtl8xxxu_8188e.c | 979 priv->regeb4 = reg_eb4; in rtl8188eu_phy_iq_calibrate() 994 priv->regeb4 = 0x100; in rtl8188eu_phy_iq_calibrate()
|
H A D | rtl8xxxu.h | 1861 u32 regeb4; member
|
H A D | rtl8xxxu_core.c | 3481 priv->regeb4 = reg_eb4; in rtl8xxxu_gen1_phy_iq_calibrate() 3494 reg_e94 = reg_eb4 = priv->rege94 = priv->regeb4 = 0x100; in rtl8xxxu_gen1_phy_iq_calibrate()
|