Home
last modified time | relevance | path

Searched refs:regebc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1532 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local
1549 regebc = rtl_get_bbreg(hw, 0xebc, MASKDWORD); in _rtl92d_phy_pathb_iqk()
1550 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xebc = 0x%x\n", regebc); in _rtl92d_phy_pathb_iqk()
1556 (((regebc & 0x03FF0000) >> 16) != 0x42)) in _rtl92d_phy_pathb_iqk()
1573 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local
1617 regebc = rtl_get_bbreg(hw, 0xebc, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal()
1618 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xebc = 0x%x\n", regebc); in _rtl92d_phy_pathb_iqk_5g_normal()
2244 long regebc, regec4, regecc, regtmp = 0; in rtl92d_phy_iq_calibrate() local
2311 regebc = result[i][5]; in rtl92d_phy_iq_calibrate()
2316 rege94, rege9c, regea4, regeac, regeb4, regebc, regec4, in rtl92d_phy_iq_calibrate()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/hal/
DHalPhyRf_8188e.c509 u32 regeac, regeb4, regebc, regec4, regecc; in phy_PathB_IQK_8188E() local
524 regebc = ODM_GetBBReg(dm_odm, rTx_Power_After_IQK_B, bMaskDWord); in phy_PathB_IQK_8188E()
530 (((regebc & 0x03FF0000) >> 16) != 0x42)) in phy_PathB_IQK_8188E()
/Linux-v5.15/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8192e.c1304 priv->regebc = reg_ebc; in rtl8192eu_phy_iq_calibrate()
1316 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8192eu_phy_iq_calibrate()
Drtl8xxxu_8723b.c1165 priv->regebc = reg_ebc; in rtl8723bu_phy_iq_calibrate()
1177 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8723bu_phy_iq_calibrate()
Drtl8xxxu.h1348 u32 regebc; member
Drtl8xxxu_core.c3399 priv->regebc = reg_ebc; in rtl8xxxu_gen1_phy_iq_calibrate()
3411 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8xxxu_gen1_phy_iq_calibrate()