| /Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | rtl8xxxu_8192e.c | 681 u32 reg_eac, reg_e94, reg_e9c; in rtl8192eu_iqk_path_a() local 711 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8192eu_iqk_path_a() 715 if (!(reg_eac & BIT(28)) && in rtl8192eu_iqk_path_a() 725 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, val32; in rtl8192eu_rx_iqk_path_a() local 767 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8192eu_rx_iqk_path_a() 771 if (!(reg_eac & BIT(28)) && in rtl8192eu_rx_iqk_path_a() 822 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8192eu_rx_iqk_path_a() 828 if (!(reg_eac & BIT(27)) && in rtl8192eu_rx_iqk_path_a() 830 ((reg_eac & 0x03ff0000) != 0x00360000)) in rtl8192eu_rx_iqk_path_a() 842 u32 reg_eac, reg_eb4, reg_ebc; in rtl8192eu_iqk_path_b() local [all …]
|
| D | rtl8xxxu_8723b.c | 561 u32 reg_eac, reg_e94, reg_e9c, path_sel, val32; in rtl8723bu_iqk_path_a() local 647 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8723bu_iqk_path_a() 655 if (!(reg_eac & BIT(28)) && in rtl8723bu_iqk_path_a() 671 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, path_sel, val32; in rtl8723bu_rx_iqk_path_a() local 757 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8723bu_rx_iqk_path_a() 765 if (!(reg_eac & BIT(28)) && in rtl8723bu_rx_iqk_path_a() 856 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8723bu_rx_iqk_path_a() 861 val32 = (reg_eac >> 16) & 0x3ff; in rtl8723bu_rx_iqk_path_a() 865 if (!(reg_eac & BIT(27)) && in rtl8723bu_rx_iqk_path_a() 867 ((reg_eac & 0x03ff0000) != 0x00360000) && in rtl8723bu_rx_iqk_path_a() [all …]
|
| D | rtl8xxxu_core.c | 3019 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, val32; in rtl8xxxu_iqk_path_a() local 3050 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8xxxu_iqk_path_a() 3055 if (!(reg_eac & BIT(28)) && in rtl8xxxu_iqk_path_a() 3063 if (!(reg_eac & BIT(27)) && in rtl8xxxu_iqk_path_a() 3065 ((reg_eac & 0x03ff0000) != 0x00360000)) in rtl8xxxu_iqk_path_a() 3076 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in rtl8xxxu_iqk_path_b() local 3086 reg_eac = rtl8xxxu_read32(priv, REG_RX_POWER_AFTER_IQK_A_2); in rtl8xxxu_iqk_path_b() 3092 if (!(reg_eac & BIT(31)) && in rtl8xxxu_iqk_path_b() 3099 if (!(reg_eac & BIT(30)) && in rtl8xxxu_iqk_path_b() 3332 u32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8xxxu_gen1_phy_iq_calibrate() local [all …]
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | phy.c | 1447 u32 reg_eac, reg_e94, reg_e9c, tmp; in _rtl8723be_phy_path_a_iqk() local 1490 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl8723be_phy_path_a_iqk() 1494 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_iqk() 1506 if (!(reg_eac & BIT(28)) && 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 1569 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk() 1573 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_rx_iqk() 1585 if (!(reg_eac & BIT(28)) && in _rtl8723be_phy_path_a_rx_iqk() 1640 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk() 1648 tmp = (reg_eac & 0x03FF0000) >> 16; in _rtl8723be_phy_path_a_rx_iqk() [all …]
|
| /Linux-v5.10/drivers/staging/rtl8188eu/hal/ |
| D | phy.c | 526 u32 reg_eac, reg_e94, reg_e9c; in phy_path_a_iqk() local 545 reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_a_iqk() 549 if (!(reg_eac & BIT(28)) && in phy_path_a_iqk() 558 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u4tmp; in phy_path_a_rx_iqk() local 597 reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_a_rx_iqk() 601 if (!(reg_eac & BIT(28)) && in phy_path_a_rx_iqk() 640 reg_eac = phy_query_bb_reg(adapt, rRx_Power_After_IQK_A_2, bMaskDWord); in phy_path_a_rx_iqk() 649 if (!(reg_eac & BIT(27)) && /* if Tx is OK, check whether Rx is OK */ in phy_path_a_rx_iqk() 651 (((reg_eac & 0x03FF0000) >> 16) != 0x36)) in phy_path_a_rx_iqk()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | phy.c | 1938 u32 reg_eac, reg_e94, reg_e9c; in _rtl92ee_phy_path_a_iqk() local 1963 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92ee_phy_path_a_iqk() 1967 if (!(reg_eac & BIT(28)) && in _rtl92ee_phy_path_a_iqk() 1979 u32 reg_eac, reg_eb4, reg_ebc; in _rtl92ee_phy_path_b_iqk() local 2007 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92ee_phy_path_b_iqk() 2011 if (!(reg_eac & BIT(31)) && in _rtl92ee_phy_path_b_iqk() 2023 u32 reg_eac, reg_e94, reg_e9c, reg_ea4 , u32temp; in _rtl92ee_phy_path_a_rx_iqk() local 2065 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl92ee_phy_path_a_rx_iqk() 2069 if (!(reg_eac & BIT(28)) && in _rtl92ee_phy_path_a_rx_iqk() 2120 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl92ee_phy_path_a_rx_iqk() [all …]
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | phy.c | 1351 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl88e_phy_path_a_iqk() local 1365 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl88e_phy_path_a_iqk() 1370 if (!(reg_eac & BIT(28)) && in _rtl88e_phy_path_a_iqk() 1379 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl88e_phy_path_b_iqk() local 1385 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl88e_phy_path_b_iqk() 1391 if (!(reg_eac & BIT(31)) && in _rtl88e_phy_path_b_iqk() 1397 if (!(reg_eac & BIT(30)) && in _rtl88e_phy_path_b_iqk() 1406 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32temp; in _rtl88e_phy_path_a_rx_iqk() local 1436 reg_eac = rtl_get_bbreg(hw, RRX_POWER_AFTER_IQK_A_2, MASKDWORD); in _rtl88e_phy_path_a_rx_iqk() 1441 if (!(reg_eac & BIT(28)) && in _rtl88e_phy_path_a_rx_iqk() [all …]
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| 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-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| D | phy_common.c | 905 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl92c_phy_path_a_iqk() local 927 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92c_phy_path_a_iqk() 932 if (!(reg_eac & BIT(28)) && in _rtl92c_phy_path_a_iqk() 939 if (!(reg_eac & BIT(27)) && in _rtl92c_phy_path_a_iqk() 941 (((reg_eac & 0x03FF0000) >> 16) != 0x36)) in _rtl92c_phy_path_a_iqk() 948 u32 reg_eac, reg_eb4, reg_ebc, reg_ec4, reg_ecc; in _rtl92c_phy_path_b_iqk() local 954 reg_eac = rtl_get_bbreg(hw, 0xeac, MASKDWORD); in _rtl92c_phy_path_b_iqk() 960 if (!(reg_eac & BIT(31)) && in _rtl92c_phy_path_b_iqk() 966 if (!(reg_eac & BIT(30)) && in _rtl92c_phy_path_b_iqk()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 1336 s32 reg_eac; member
|