Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1760 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1859 pathb_ok = _rtl92d_phy_pathb_iqk(hw); in _rtl92d_phy_iq_calibrate()
1860 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1872 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1882 if (0x00 == pathb_ok) in _rtl92d_phy_iq_calibrate()
1923 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
2019 pathb_ok = _rtl92d_phy_pathb_iqk_5g_normal(hw); in _rtl92d_phy_iq_calibrate_5g_normal()
2020 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
2031 } else if (pathb_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal()
2248 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2495 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2602 pathb_ok = _rtl92ee_phy_path_b_iqk(hw); in _rtl92ee_phy_iq_calibrate()
2603 if (pathb_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2618 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2622 pathb_ok = _rtl92ee_phy_path_b_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2623 if (pathb_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2638 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2641 if (0x00 == pathb_ok) in _rtl92ee_phy_iq_calibrate()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1141 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1220 pathb_ok = _rtl8723e_phy_path_b_iqk(hw); in _rtl8723e_phy_iq_calibrate()
1221 if (pathb_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1236 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl8723e_phy_iq_calibrate()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1212 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1288 pathb_ok = _rtl92c_phy_path_b_iqk(hw); in _rtl92c_phy_iq_calibrate()
1289 if (pathb_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1304 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92c_phy_iq_calibrate()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2007 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2097 pathb_ok = _rtl8723be_phy_path_b_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2098 if (pathb_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2114 pathb_ok = _rtl8723be_phy_path_b_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2115 if (pathb_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1698 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1792 pathb_ok = _rtl88e_phy_path_b_iqk(hw); in _rtl88e_phy_iq_calibrate()
1793 if (pathb_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1808 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl88e_phy_iq_calibrate()