Home
last modified time | relevance | path

Searched refs:patha_ok (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1782 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1850 patha_ok = _rtl92d_phy_patha_iqk(hw, is2t); in _rtl92d_phy_iq_calibrate()
1851 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1863 } else if (i == (retrycount - 1) && patha_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1874 if (0x00 == patha_ok) in _rtl92d_phy_iq_calibrate()
1945 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
2015 patha_ok = _rtl92d_phy_patha_iqk_5g_normal(hw, is2t); in _rtl92d_phy_iq_calibrate_5g_normal()
2016 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
2026 } else if (patha_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal()
2270 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2517 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2570 patha_ok = _rtl92ee_phy_path_a_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2572 if (patha_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2586 patha_ok); in _rtl92ee_phy_iq_calibrate()
2590 patha_ok = _rtl92ee_phy_path_a_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2592 if (patha_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2607 patha_ok); in _rtl92ee_phy_iq_calibrate()
2610 if (0x00 == patha_ok) in _rtl92ee_phy_iq_calibrate()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1720 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1779 patha_ok = _rtl88e_phy_path_a_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate()
1780 if (patha_ok == 0x01) { in _rtl88e_phy_iq_calibrate()
1792 patha_ok = _rtl88e_phy_path_a_rx_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate()
1793 if (patha_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1807 if (0 == patha_ok) in _rtl88e_phy_iq_calibrate()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2029 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2083 patha_ok = _rtl8723be_phy_path_a_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2084 if (patha_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2099 patha_ok = _rtl8723be_phy_path_a_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2100 if (patha_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
2113 if (0x00 == patha_ok) in _rtl8723be_phy_iq_calibrate()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1166 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1220 patha_ok = _rtl8723e_phy_path_a_iqk(hw, is2t); in _rtl8723e_phy_iq_calibrate()
1221 if (patha_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1231 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl8723e_phy_iq_calibrate()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1233 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1284 patha_ok = _rtl92c_phy_path_a_iqk(hw, is2t); in _rtl92c_phy_iq_calibrate()
1285 if (patha_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1295 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl92c_phy_iq_calibrate()