Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1747 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1846 pathb_ok = _rtl92d_phy_pathb_iqk(hw); in _rtl92d_phy_iq_calibrate()
1847 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1859 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1869 if (0x00 == pathb_ok) in _rtl92d_phy_iq_calibrate()
1910 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
2006 pathb_ok = _rtl92d_phy_pathb_iqk_5g_normal(hw); in _rtl92d_phy_iq_calibrate_5g_normal()
2007 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
2018 } else if (pathb_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal()
2235 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local
[all …]
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2480 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2587 pathb_ok = _rtl92ee_phy_path_b_iqk(hw); in _rtl92ee_phy_iq_calibrate()
2588 if (pathb_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2603 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2607 pathb_ok = _rtl92ee_phy_path_b_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2608 if (pathb_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2623 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2626 if (0x00 == pathb_ok) in _rtl92ee_phy_iq_calibrate()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1136 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1213 pathb_ok = _rtl8723e_phy_path_b_iqk(hw); in _rtl8723e_phy_iq_calibrate()
1214 if (pathb_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1229 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl8723e_phy_iq_calibrate()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1200 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1275 pathb_ok = _rtl92c_phy_path_b_iqk(hw); in _rtl92c_phy_iq_calibrate()
1276 if (pathb_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1291 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92c_phy_iq_calibrate()
/linux-6.6.21/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()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1679 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1773 pathb_ok = _rtl88e_phy_path_b_iqk(hw); in _rtl88e_phy_iq_calibrate()
1774 if (pathb_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1789 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl88e_phy_iq_calibrate()