Searched refs:regebc (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 1542 regebc = rtl_get_bbreg(hw, 0xebc, MASKDWORD); in _rtl92d_phy_pathb_iqk() 1543 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xebc = 0x%x\n", regebc); in _rtl92d_phy_pathb_iqk() 1549 (((regebc & 0x03FF0000) >> 16) != 0x42)) in _rtl92d_phy_pathb_iqk() 1566 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local 1610 regebc = rtl_get_bbreg(hw, 0xebc, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal() 1611 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xebc = 0x%x\n", regebc); in _rtl92d_phy_pathb_iqk_5g_normal() 2237 long regebc, regec4, regecc, regtmp = 0; in rtl92d_phy_iq_calibrate() local 2304 regebc = result[i][5]; in rtl92d_phy_iq_calibrate() 2309 rege94, rege9c, regea4, regeac, regeb4, regebc, regec4, in rtl92d_phy_iq_calibrate() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8192e.c | 1316 priv->regebc = reg_ebc; in rtl8192eu_phy_iq_calibrate() 1328 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8192eu_phy_iq_calibrate()
|
H A D | rtl8xxxu_8188f.c | 1309 priv->regebc = reg_ebc; in rtl8188fu_phy_iq_calibrate() 1320 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8188fu_phy_iq_calibrate()
|
H A D | rtl8xxxu_8723b.c | 1197 priv->regebc = reg_ebc; in rtl8723bu_phy_iq_calibrate() 1209 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8723bu_phy_iq_calibrate()
|
H A D | rtl8xxxu_8188e.c | 981 priv->regebc = reg_ebc; in rtl8188eu_phy_iq_calibrate() 998 priv->regebc = 0x0; in rtl8188eu_phy_iq_calibrate()
|
H A D | rtl8xxxu.h | 1862 u32 regebc; member
|
H A D | rtl8xxxu_core.c | 3483 priv->regebc = reg_ebc; in rtl8xxxu_gen1_phy_iq_calibrate() 3495 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8xxxu_gen1_phy_iq_calibrate()
|