| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | phy.c | 1453 u32 reg_eac, reg_e94, reg_e9c, tmp; in _rtl8723be_phy_path_a_iqk() local 1496 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723be_phy_path_a_iqk() 1500 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_iqk() 1512 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_iqk() 1526 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32tmp, tmp; in _rtl8723be_phy_path_a_rx_iqk() local 1575 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk() 1579 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_rx_iqk() 1591 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_rx_iqk() 1646 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk() 1654 tmp = (reg_eac & 0x03FF0000) >> 16; in _rtl8723be_phy_path_a_rx_iqk() [all …]
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | 8723b.c | 568 u32 reg_eac, reg_e94, reg_e9c, path_sel, val32; in rtl8723bu_iqk_path_a() local 654 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8723bu_iqk_path_a() 662 if (!(reg_eac & BIT(28)) && in rtl8723bu_iqk_path_a() 678 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, path_sel, val32; in rtl8723bu_rx_iqk_path_a() local 764 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8723bu_rx_iqk_path_a() 772 if (!(reg_eac & BIT(28)) && in rtl8723bu_rx_iqk_path_a() 863 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8723bu_rx_iqk_path_a() 868 val32 = (reg_eac >> 16) & 0x3ff; in rtl8723bu_rx_iqk_path_a() 872 if (!(reg_eac & BIT(27)) && in rtl8723bu_rx_iqk_path_a() 874 ((reg_eac & 0x03ff0000) != 0x00360000) && in rtl8723bu_rx_iqk_path_a() [all …]
|
| H A D | core.c | 3091 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, val32; in rtl8xxxu_iqk_path_a() local 3122 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8xxxu_iqk_path_a() 3127 if (!(reg_eac & BIT(28)) && in rtl8xxxu_iqk_path_a() 3135 if (!(reg_eac & BIT(27)) && in rtl8xxxu_iqk_path_a() 3137 ((reg_eac & 0x03ff0000) != 0x00360000)) in rtl8xxxu_iqk_path_a() 3148 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in rtl8xxxu_iqk_path_b() local 3158 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8xxxu_iqk_path_b() 3164 if (!(reg_eac & BIT(31)) && in rtl8xxxu_iqk_path_b() 3171 if (!(reg_eac & BIT(30)) && in rtl8xxxu_iqk_path_b() 3404 u32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8xxxu_gen1_phy_iq_calibrate() local [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | phy.c | 1345 u32 reg_eac, reg_e94, reg_e9c; in _rtl88e_phy_path_a_iqk() local 1359 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl88e_phy_path_a_iqk() 1364 if (!(reg_eac & BIT(28)) && in _rtl88e_phy_path_a_iqk() 1373 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl88e_phy_path_b_iqk() local 1379 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl88e_phy_path_b_iqk() 1385 if (!(reg_eac & BIT(31)) && in _rtl88e_phy_path_b_iqk() 1391 if (!(reg_eac & BIT(30)) && in _rtl88e_phy_path_b_iqk() 1400 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32temp; in _rtl88e_phy_path_a_rx_iqk() local 1430 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl88e_phy_path_a_rx_iqk() 1435 if (!(reg_eac & BIT(28)) && in _rtl88e_phy_path_a_rx_iqk() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | phy.c | 1010 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl8723e_phy_path_a_iqk() local 1032 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723e_phy_path_a_iqk() 1037 if (!(reg_eac & BIT(28)) && in _rtl8723e_phy_path_a_iqk() 1044 if (!(reg_eac & BIT(27)) && in _rtl8723e_phy_path_a_iqk() 1046 (((reg_eac & 0x03FF0000) >> 16) != 0x36)) in _rtl8723e_phy_path_a_iqk() 1053 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl8723e_phy_path_b_iqk() local 1059 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723e_phy_path_b_iqk() 1065 if (!(reg_eac & BIT(31)) && in _rtl8723e_phy_path_b_iqk() 1071 if (!(reg_eac & BIT(30)) && in _rtl8723e_phy_path_b_iqk()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| H A D | phy_common.c | 897 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl92c_phy_path_a_iqk() local 919 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92c_phy_path_a_iqk() 924 if (!(reg_eac & BIT(28)) && in _rtl92c_phy_path_a_iqk() 931 if (!(reg_eac & BIT(27)) && in _rtl92c_phy_path_a_iqk() 933 (((reg_eac & 0x03FF0000) >> 16) != 0x36)) in _rtl92c_phy_path_a_iqk() 940 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl92c_phy_path_b_iqk() local 946 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92c_phy_path_b_iqk() 952 if (!(reg_eac & BIT(31)) && in _rtl92c_phy_path_b_iqk() 958 if (!(reg_eac & BIT(30)) && in _rtl92c_phy_path_b_iqk()
|