Searched refs:regebc (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.c | 1576 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk() local 1593 regebc = rtl_get_bbreg(hw, 0xebc, MASKDWORD); in _rtl92d_phy_pathb_iqk() 1594 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xebc = 0x%x\n", regebc); in _rtl92d_phy_pathb_iqk() 1600 (((regebc & 0x03FF0000) >> 16) != 0x42)) in _rtl92d_phy_pathb_iqk() 1617 u32 regeac, regeb4, regebc, regec4, regecc; in _rtl92d_phy_pathb_iqk_5g_normal() local 1661 regebc = rtl_get_bbreg(hw, 0xebc, MASKDWORD); in _rtl92d_phy_pathb_iqk_5g_normal() 1662 RTPRINT(rtlpriv, FINIT, INIT_IQK, "0xebc = 0x%x\n", regebc); in _rtl92d_phy_pathb_iqk_5g_normal() 2288 long regebc, regec4, regecc, regtmp = 0; in rtl92d_phy_iq_calibrate() local 2355 regebc = result[i][5]; in rtl92d_phy_iq_calibrate() 2360 rege94, rege9c, regea4, regeac, regeb4, regebc, regec4, in rtl92d_phy_iq_calibrate() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 770 u32 regeac, regeb4, regebc, regec4, regecc; in phy_path_b_iqk() local 783 regebc = phy_query_bb_reg(adapt, rTx_Power_After_IQK_B, bMaskDWord); in phy_path_b_iqk() 789 (((regebc & 0x03FF0000)>>16) != 0x42)) in phy_path_b_iqk()
|