Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1753 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1852 pathb_ok = _rtl92d_phy_pathb_iqk(hw); in _rtl92d_phy_iq_calibrate()
1853 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1865 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1875 if (0x00 == pathb_ok) in _rtl92d_phy_iq_calibrate()
1916 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
2012 pathb_ok = _rtl92d_phy_pathb_iqk_5g_normal(hw); in _rtl92d_phy_iq_calibrate_5g_normal()
2013 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
2024 } else if (pathb_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal()
2241 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2488 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2595 pathb_ok = _rtl92ee_phy_path_b_iqk(hw); in _rtl92ee_phy_iq_calibrate()
2596 if (pathb_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2611 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2615 pathb_ok = _rtl92ee_phy_path_b_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2616 if (pathb_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2631 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2634 if (0x00 == pathb_ok) in _rtl92ee_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1136 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1215 pathb_ok = _rtl8723e_phy_path_b_iqk(hw); in _rtl8723e_phy_iq_calibrate()
1216 if (pathb_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1231 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl8723e_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1208 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1283 pathb_ok = _rtl92c_phy_path_b_iqk(hw); in _rtl92c_phy_iq_calibrate()
1284 if (pathb_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1299 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92c_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2005 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2095 pathb_ok = _rtl8723be_phy_path_b_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2096 if (pathb_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2112 pathb_ok = _rtl8723be_phy_path_b_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2113 if (pathb_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1685 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1779 pathb_ok = _rtl88e_phy_path_b_iqk(hw); in _rtl88e_phy_iq_calibrate()
1780 if (pathb_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1795 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl88e_phy_iq_calibrate()