Lines Matching refs:reg_e9c
1447 u32 reg_eac, reg_e94, reg_e9c, tmp; in _rtl8723be_phy_path_a_iqk() local
1492 reg_e9c = rtl_get_bbreg(hw, 0xe9c, MASKDWORD); in _rtl8723be_phy_path_a_iqk()
1496 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723be_phy_path_a_iqk()
1502 tmp = (reg_e9c & 0x03FF0000) >> 16; in _rtl8723be_phy_path_a_iqk()
1520 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32tmp, tmp; in _rtl8723be_phy_path_a_rx_iqk() local
1571 reg_e9c = rtl_get_bbreg(hw, RTX_POWER_AFTER_IQK_A, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk()
1575 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723be_phy_path_a_rx_iqk()
1581 tmp = (reg_e9c & 0x03FF0000) >> 16; in _rtl8723be_phy_path_a_rx_iqk()
1594 ((reg_e9c & 0x3FF0000) >> 16); in _rtl8723be_phy_path_a_rx_iqk()
1667 u32 reg_eac, reg_e94, reg_e9c, tmp; in _rtl8723be_phy_path_b_iqk() local
1712 reg_e9c = rtl_get_bbreg(hw, RTX_POWER_AFTER_IQK_A, MASKDWORD); in _rtl8723be_phy_path_b_iqk()
1716 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723be_phy_path_b_iqk()
1722 tmp = (reg_e9c & 0x03FF0000) >> 16; in _rtl8723be_phy_path_b_iqk()
1740 u32 reg_e94, reg_e9c, reg_ea4, reg_eac, u32tmp, tmp; in _rtl8723be_phy_path_b_rx_iqk() local
1790 reg_e9c = rtl_get_bbreg(hw, RTX_POWER_AFTER_IQK_A, MASKDWORD); in _rtl8723be_phy_path_b_rx_iqk()
1794 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723be_phy_path_b_rx_iqk()
1800 tmp = (reg_e9c & 0x03FF0000) >> 16; in _rtl8723be_phy_path_b_rx_iqk()
1813 ((reg_e9c & 0x3FF0000) >> 16); in _rtl8723be_phy_path_b_rx_iqk()
2252 long reg_e94, reg_e9c, reg_ea4, reg_eb4, reg_ebc, reg_ec4; in rtl8723be_phy_iq_calibrate() local
2333 reg_e9c = result[i][1]; in rtl8723be_phy_iq_calibrate()
2342 reg_e9c = result[final_candidate][1]; in rtl8723be_phy_iq_calibrate()
2343 rtlphy->reg_e9c = reg_e9c; in rtl8723be_phy_iq_calibrate()
2355 rtlphy->reg_e9c = 0x0; in rtl8723be_phy_iq_calibrate()