Searched refs:regec4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 1532 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local 1551 regec4 = rtl_get_bbreg(hw, 0xec4, MASKDWORD); in _rtl92d_phy_pathb_iqk() 1552 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xec4 = 0x%x\n", regec4); in _rtl92d_phy_pathb_iqk() 1560 if (!(regeac & BIT(30)) && (((regec4 & 0x03FF0000) >> 16) != 0x132) && in _rtl92d_phy_pathb_iqk() 1573 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local 1619 regec4 = rtl_get_bbreg(hw, 0xec4, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal() 1620 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xec4 = 0x%x\n", regec4); in _rtl92d_phy_pathb_iqk_5g_normal() 1629 (((regec4 & 0x03FF0000) >> 16) != 0x132)) { in _rtl92d_phy_pathb_iqk_5g_normal() 2244 long regebc, regec4, regecc, regtmp = 0; in rtl92d_phy_iq_calibrate() local 2312 regec4 = result[i][6]; in rtl92d_phy_iq_calibrate() [all …]
|