Home
last modified time | relevance | path

Searched refs:regecc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1560 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local
1581 regecc = rtl_get_bbreg(hw, 0xecc, MASKDWORD); in _rtl92d_phy_pathb_iqk()
1582 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xecc = 0x%x\n", regecc); in _rtl92d_phy_pathb_iqk()
1589 (((regecc & 0x03FF0000) >> 16) != 0x36)) in _rtl92d_phy_pathb_iqk()
1601 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local
1649 regecc = rtl_get_bbreg(hw, 0xecc, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal()
1650 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xecc = 0x%x\n", regecc); in _rtl92d_phy_pathb_iqk_5g_normal()
2272 long regebc, regec4, regecc, regtmp = 0; in rtl92d_phy_iq_calibrate() local
2341 regecc = result[i][7]; in rtl92d_phy_iq_calibrate()
2345 regecc); in rtl92d_phy_iq_calibrate()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dphy.c682 u32 regeac, regeb4, regebc, regec4, regecc; in phy_path_b_iqk() local
696 regecc = phy_query_bb_reg(adapt, rRx_Power_After_IQK_B_2, bMaskDWord); in phy_path_b_iqk()
707 (((regecc & 0x03FF0000)>>16) != 0x36)) in phy_path_b_iqk()