Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1798 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1897 pathb_ok = _rtl92d_phy_pathb_iqk(hw); in _rtl92d_phy_iq_calibrate()
1898 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1910 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1920 if (0x00 == pathb_ok) in _rtl92d_phy_iq_calibrate()
1961 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
2057 pathb_ok = _rtl92d_phy_pathb_iqk_5g_normal(hw); in _rtl92d_phy_iq_calibrate_5g_normal()
2058 if (pathb_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
2069 } else if (pathb_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal()
2286 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2526 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2633 pathb_ok = _rtl92ee_phy_path_b_iqk(hw); in _rtl92ee_phy_iq_calibrate()
2634 if (pathb_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2649 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2653 pathb_ok = _rtl92ee_phy_path_b_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2654 if (pathb_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2669 pathb_ok); in _rtl92ee_phy_iq_calibrate()
2672 if (0x00 == pathb_ok) in _rtl92ee_phy_iq_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1166 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1245 pathb_ok = _rtl8723e_phy_path_b_iqk(hw); in _rtl8723e_phy_iq_calibrate()
1246 if (pathb_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1261 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl8723e_phy_iq_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1236 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1312 pathb_ok = _rtl92c_phy_path_b_iqk(hw); in _rtl92c_phy_iq_calibrate()
1313 if (pathb_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1328 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl92c_phy_iq_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2082 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2172 pathb_ok = _rtl8723be_phy_path_b_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2173 if (pathb_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2189 pathb_ok = _rtl8723be_phy_path_b_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2190 if (pathb_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1720 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1814 pathb_ok = _rtl88e_phy_path_b_iqk(hw); in _rtl88e_phy_iq_calibrate()
1815 if (pathb_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1830 } else if (i == (retrycount - 1) && pathb_ok == 0x01) { in _rtl88e_phy_iq_calibrate()