Home
last modified time | relevance | path

Searched refs:reg_eac (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c1524 u32 reg_eac, reg_e94, reg_e9c, tmp; in _rtl8723be_phy_path_a_iqk() local
1567 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723be_phy_path_a_iqk()
1571 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_iqk()
1583 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_iqk()
1597 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32tmp, tmp; in _rtl8723be_phy_path_a_rx_iqk() local
1646 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk()
1650 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_rx_iqk()
1662 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_rx_iqk()
1717 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk()
1725 tmp = (reg_eac & 0x03FF0000) >> 16; in _rtl8723be_phy_path_a_rx_iqk()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dphy.c632 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in phy_path_a_iqk() local
651 reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_a_iqk()
656 if (!(reg_eac & BIT28) && in phy_path_a_iqk()
665 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u4tmp; in phy_path_a_rx_iqk() local
705 reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_a_rx_iqk()
709 if (!(reg_eac & BIT28) && in phy_path_a_rx_iqk()
748 reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_a_rx_iqk()
757 if (!(reg_eac & BIT27) && /* if Tx is OK, check whether Rx is OK */ in phy_path_a_rx_iqk()
759 (((reg_eac & 0x03FF0000)>>16) != 0x36)) in phy_path_a_rx_iqk()
1319 s32 reg_e94, reg_e9c, reg_ea4, reg_eac, reg_eb4, reg_ebc, reg_ec4, in rtl88eu_phy_iq_calibrate() local
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dphy.c1040 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl8723e_phy_path_a_iqk() local
1062 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723e_phy_path_a_iqk()
1067 if (!(reg_eac & BIT(28)) && in _rtl8723e_phy_path_a_iqk()
1074 if (!(reg_eac & BIT(27)) && in _rtl8723e_phy_path_a_iqk()
1076 (((reg_eac & 0x03FF0000) >> 16) != 0x36)) in _rtl8723e_phy_path_a_iqk()
1083 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl8723e_phy_path_b_iqk() local
1089 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723e_phy_path_b_iqk()
1095 if (!(reg_eac & BIT(31)) && in _rtl8723e_phy_path_b_iqk()
1101 if (!(reg_eac & BIT(30)) && in _rtl8723e_phy_path_b_iqk()
1370 long reg_e94, reg_e9c, reg_ea4, reg_eac, reg_eb4, reg_ebc, reg_ec4, in rtl8723e_phy_iq_calibrate() local
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c1967 u32 reg_eac, reg_e94, reg_e9c; in _rtl92ee_phy_path_a_iqk() local
1992 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92ee_phy_path_a_iqk()
1996 if (!(reg_eac & BIT(28)) && in _rtl92ee_phy_path_a_iqk()
2008 u32 reg_eac, reg_eb4, reg_ebc; in _rtl92ee_phy_path_b_iqk() local
2036 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92ee_phy_path_b_iqk()
2040 if (!(reg_eac & BIT(31)) && in _rtl92ee_phy_path_b_iqk()
2052 u32 reg_eac, reg_e94, reg_e9c, reg_ea4 , u32temp; in _rtl92ee_phy_path_a_rx_iqk() local
2094 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl92ee_phy_path_a_rx_iqk()
2098 if (!(reg_eac & BIT(28)) && in _rtl92ee_phy_path_a_rx_iqk()
2149 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl92ee_phy_path_a_rx_iqk()
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c1386 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl88e_phy_path_a_iqk() local
1400 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl88e_phy_path_a_iqk()
1405 if (!(reg_eac & BIT(28)) && in _rtl88e_phy_path_a_iqk()
1414 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl88e_phy_path_b_iqk() local
1420 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl88e_phy_path_b_iqk()
1426 if (!(reg_eac & BIT(31)) && in _rtl88e_phy_path_b_iqk()
1432 if (!(reg_eac & BIT(30)) && in _rtl88e_phy_path_b_iqk()
1441 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32temp; in _rtl88e_phy_path_a_rx_iqk() local
1471 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl88e_phy_path_a_rx_iqk()
1476 if (!(reg_eac & BIT(28)) && in _rtl88e_phy_path_a_rx_iqk()
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
Dphy_common.c933 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl92c_phy_path_a_iqk() local
955 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92c_phy_path_a_iqk()
960 if (!(reg_eac & BIT(28)) && in _rtl92c_phy_path_a_iqk()
967 if (!(reg_eac & BIT(27)) && in _rtl92c_phy_path_a_iqk()
969 (((reg_eac & 0x03FF0000) >> 16) != 0x36)) in _rtl92c_phy_path_a_iqk()
976 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl92c_phy_path_b_iqk() local
982 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92c_phy_path_b_iqk()
988 if (!(reg_eac & BIT(31)) && in _rtl92c_phy_path_b_iqk()
994 if (!(reg_eac & BIT(30)) && in _rtl92c_phy_path_b_iqk()
1396 long reg_e94, reg_e9c, reg_ea4, reg_eac, reg_eb4, reg_ebc, reg_ec4, in rtl92c_phy_iq_calibrate() local
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dwifi.h1198 s32 reg_eac; member