Home
last modified time | relevance | path

Searched refs:reg_e9c (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8723b.c577 u32 reg_eac, reg_e94, reg_e9c, path_sel, val32; in rtl8723bu_iqk_path_a() local
665 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8723bu_iqk_path_a()
667 val32 = (reg_e9c >> 16) & 0x3ff; in rtl8723bu_iqk_path_a()
673 ((reg_e9c & 0x03ff0000) != 0x00420000) && in rtl8723bu_iqk_path_a()
687 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, path_sel, val32; in rtl8723bu_rx_iqk_path_a() local
775 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8723bu_rx_iqk_path_a()
777 val32 = (reg_e9c >> 16) & 0x3ff; in rtl8723bu_rx_iqk_path_a()
783 ((reg_e9c & 0x03ff0000) != 0x00420000) && in rtl8723bu_rx_iqk_path_a()
792 ((reg_e9c & 0x3ff0000) >> 16); in rtl8723bu_rx_iqk_path_a()
1108 u32 reg_e94, reg_e9c, reg_ea in rtl8723bu_phy_iq_calibrate() local
[all...]
H A D8192e.c695 u32 reg_eac, reg_e94, reg_e9c; in rtl8192eu_iqk_path_a() local
733 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8192eu_iqk_path_a()
737 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8192eu_iqk_path_a()
745 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, val32; in rtl8192eu_rx_iqk_path_a() local
794 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8192eu_rx_iqk_path_a()
798 ((reg_e9c & 0x03ff0000) != 0x00420000)) { in rtl8192eu_rx_iqk_path_a()
808 (reg_e94 & 0x03ff0000) | ((reg_e9c >> 16) & 0x03ff); in rtl8192eu_rx_iqk_path_a()
1242 u32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8192eu_phy_iq_calibrate() local
1283 reg_e9c = result[i][1]; in rtl8192eu_phy_iq_calibrate()
1293 reg_e9c in rtl8192eu_phy_iq_calibrate()
[all...]
H A D8188f.c835 u32 reg_eac, reg_e94, reg_e9c, val32; in rtl8188fu_iqk_path_a() local
896 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8188fu_iqk_path_a()
900 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8188fu_iqk_path_a()
908 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, val32; in rtl8188fu_rx_iqk_path_a() local
974 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8188fu_rx_iqk_path_a()
978 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8188fu_rx_iqk_path_a()
984 ((reg_e9c & 0x3ff0000) >> 16); in rtl8188fu_rx_iqk_path_a()
1224 u32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8188fu_phy_iq_calibrate() local
1274 reg_e9c = result[i][1]; in rtl8188fu_phy_iq_calibrate()
1286 reg_e9c in rtl8188fu_phy_iq_calibrate()
[all...]
H A D8188e.c612 u32 reg_eac, reg_e94, reg_e9c; in rtl8188eu_iqk_path_a() local
634 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8188eu_iqk_path_a()
638 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8188eu_iqk_path_a()
646 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, val32; in rtl8188eu_rx_iqk_path_a() local
688 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8188eu_rx_iqk_path_a()
692 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8188eu_rx_iqk_path_a()
698 (reg_e94 & 0x03ff0000) | ((reg_e9c >> 16) & 0x03ff); in rtl8188eu_rx_iqk_path_a()
912 u32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8188eu_phy_iq_calibrate() local
958 reg_e9c = result[candidate][1]; in rtl8188eu_phy_iq_calibrate()
959 priv->rege9c = reg_e9c; in rtl8188eu_phy_iq_calibrate()
[all...]
H A D8710b.c993 u32 reg_eac, reg_e94, reg_e9c, val32, path_sel_bb; in rtl8710bu_iqk_path_a() local
1065 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8710bu_iqk_path_a()
1069 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8710bu_iqk_path_a()
1077 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, val32, path_sel_bb, tmp; in rtl8710bu_rx_iqk_path_a() local
1139 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8710bu_rx_iqk_path_a()
1143 ((reg_e9c & 0x03ff0000) != 0x00420000)) { in rtl8710bu_rx_iqk_path_a()
1164 val32 = 0x80007c00 | (reg_e94 & 0x3ff0000) | ((reg_e9c & 0x3ff0000) >> 16); in rtl8710bu_rx_iqk_path_a()
1412 s32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8710bu_phy_iq_calibrate() local
1460 reg_e9c = result[candidate][1]; in rtl8710bu_phy_iq_calibrate()
1466 __func__, reg_e94, reg_e9c, reg_ea in rtl8710bu_phy_iq_calibrate()
[all...]
H A D8192f.c801 u32 reg_eac, reg_e94, reg_e9c, val32; in rtl8192fu_iqk_path_a() local
858 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8192fu_iqk_path_a()
884 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8192fu_iqk_path_a()
892 u32 reg_ea4, reg_eac, reg_e94, reg_e9c, val32; in rtl8192fu_rx_iqk_path_a() local
939 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8192fu_rx_iqk_path_a()
943 ((reg_e9c & 0x03ff0000) != 0x00420000)) { in rtl8192fu_rx_iqk_path_a()
955 val32 = 0x80007c00 | (reg_e94 & 0x3ff0000) | ((reg_e9c & 0x3ff0000) >> 16); in rtl8192fu_rx_iqk_path_a()
1443 s32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8192fu_phy_iq_calibrate() local
1505 reg_e9c = result[candidate][1]; in rtl8192fu_phy_iq_calibrate()
1515 __func__, reg_e94, reg_e9c, reg_ea in rtl8192fu_phy_iq_calibrate()
[all...]
H A Dcore.c3072 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, val32; in rtl8xxxu_iqk_path_a() local
3105 reg_e9c = rtl8xxxu_read32(priv, REG_TX_POWER_AFTER_IQK_A); in rtl8xxxu_iqk_path_a()
3110 ((reg_e9c & 0x03ff0000) != 0x00420000)) in rtl8xxxu_iqk_path_a()
3385 u32 reg_e94, reg_e9c, reg_ea4, reg_eac; in rtl8xxxu_gen1_phy_iq_calibrate() local
3433 reg_e9c = result[i][1]; in rtl8xxxu_gen1_phy_iq_calibrate()
3445 reg_e9c = result[candidate][1]; in rtl8xxxu_gen1_phy_iq_calibrate()
3446 priv->rege9c = reg_e9c; in rtl8xxxu_gen1_phy_iq_calibrate()
3458 __func__, reg_e94, reg_e9c, in rtl8xxxu_gen1_phy_iq_calibrate()
3464 reg_e9c = reg_ebc = priv->rege9c = priv->regebc = 0x0; in rtl8xxxu_gen1_phy_iq_calibrate()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1453 u32 reg_eac, reg_e94, reg_e9c, tmp; in _rtl8723be_phy_path_a_iqk() local
1498 reg_e9c = rtl_get_bbreg(hw, 0xe9c, MASKDWORD); in _rtl8723be_phy_path_a_iqk()
1502 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723be_phy_path_a_iqk()
1508 tmp = (reg_e9c & 0x03FF0000) >> 16; 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
1577 reg_e9c = rtl_get_bbreg(hw, RTX_POWER_AFTER_IQK_A, MASKDWORD); in _rtl8723be_phy_path_a_rx_iqk()
1581 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723be_phy_path_a_rx_iqk()
1587 tmp = (reg_e9c & 0x03FF0000) >> 16; in _rtl8723be_phy_path_a_rx_iqk()
1600 ((reg_e9c & 0x3FF0000) >> 16); in _rtl8723be_phy_path_a_rx_iqk()
1673 u32 reg_eac, reg_e94, reg_e9c, tm in _rtl8723be_phy_path_b_iqk() local
1746 u32 reg_e94, reg_e9c, reg_ea4, reg_eac, u32tmp, tmp; _rtl8723be_phy_path_b_rx_iqk() local
2259 long reg_e94, reg_e9c, reg_ea4, reg_eb4, reg_ebc, reg_ec4; rtl8723be_phy_iq_calibrate() local
[all...]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1345 u32 reg_eac, reg_e94, reg_e9c; in _rtl88e_phy_path_a_iqk() local
1361 reg_e9c = rtl_get_bbreg(hw, 0xe9c, MASKDWORD); in _rtl88e_phy_path_a_iqk()
1366 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl88e_phy_path_a_iqk()
1400 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32temp; in _rtl88e_phy_path_a_rx_iqk() local
1432 reg_e9c = rtl_get_bbreg(hw, RTX_POWER_AFTER_IQK_A, MASKDWORD); in _rtl88e_phy_path_a_rx_iqk()
1437 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl88e_phy_path_a_rx_iqk()
1443 ((reg_e9c&0x3FF0000) >> 16); in _rtl88e_phy_path_a_rx_iqk()
1473 reg_e9c = rtl_get_bbreg(hw, RTX_POWER_AFTER_IQK_A, MASKDWORD); in _rtl88e_phy_path_a_rx_iqk()
1925 long reg_e94, reg_e9c, reg_ea4, reg_eb4, reg_ebc, in rtl88e_phy_iq_calibrate() local
1995 reg_e9c in rtl88e_phy_iq_calibrate()
[all...]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1010 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl8723e_phy_path_a_iqk() local
1034 reg_e9c = rtl_get_bbreg(hw, 0xe9c, MASKDWORD); in _rtl8723e_phy_path_a_iqk()
1039 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl8723e_phy_path_a_iqk()
1338 long reg_e94, reg_e9c, reg_ea4, reg_eb4, reg_ebc, in rtl8723e_phy_iq_calibrate() local
1405 reg_e9c = result[i][1]; in rtl8723e_phy_iq_calibrate()
1412 rtlphy->reg_e9c = reg_e9c = result[final_candidate][1]; in rtl8723e_phy_iq_calibrate()
1419 rtlphy->reg_e9c = rtlphy->reg_ebc = 0x0; in rtl8723e_phy_iq_calibrate()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c897 u32 reg_eac, reg_e94, reg_e9c, reg_ea4; in _rtl92c_phy_path_a_iqk() local
921 reg_e9c = rtl_get_bbreg(hw, 0xe9c, MASKDWORD); in _rtl92c_phy_path_a_iqk()
926 (((reg_e9c & 0x03FF0000) >> 16) != 0x42)) in _rtl92c_phy_path_a_iqk()
1359 long reg_e94, reg_e9c, reg_ea4, reg_eb4, reg_ebc, reg_ec4, in rtl92c_phy_iq_calibrate() local
1433 reg_e9c = result[i][1]; in rtl92c_phy_iq_calibrate()
1441 rtlphy->reg_e9c = reg_e9c = result[final_candidate][1]; in rtl92c_phy_iq_calibrate()
1450 rtlphy->reg_e9c = rtlphy->reg_ebc = 0x0; in rtl92c_phy_iq_calibrate()
H A Ddm_common.c964 val_y = rtlphy->reg_e9c; in rtl92c_dm_txpower_tracking_callback_thermalmeter()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c1774 rtlphy->reg_e9c = rege9c = result[final_candidate][1]; in rtl92d_phy_iq_calibrate()
1790 rtlphy->reg_e9c = rtlphy->reg_ebc = 0x0; /* Y default value */ in rtl92d_phy_iq_calibrate()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dphy.c2125 rtlphy->reg_e9c = rege9c; in rtl92du_phy_iq_calibrate()
2147 rtlphy->reg_e9c = 0x0; in rtl92du_phy_iq_calibrate()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1302 s32 reg_e9c; member