Home
last modified time | relevance | path

Searched refs:patha_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
1866 patha_ok = _rtl92d_phy_patha_iqk(hw, is2t); in _rtl92d_phy_iq_calibrate()
1867 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1879 } else if (i == (retrycount - 1) && patha_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1890 if (0x00 == patha_ok) in _rtl92d_phy_iq_calibrate()
1961 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
2031 patha_ok = _rtl92d_phy_patha_iqk_5g_normal(hw, is2t); in _rtl92d_phy_iq_calibrate_5g_normal()
2032 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
2042 } else if (patha_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
2579 patha_ok = _rtl92ee_phy_path_a_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2581 if (patha_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2595 patha_ok); in _rtl92ee_phy_iq_calibrate()
2599 patha_ok = _rtl92ee_phy_path_a_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2601 if (patha_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2616 patha_ok); in _rtl92ee_phy_iq_calibrate()
2619 if (0x00 == patha_ok) in _rtl92ee_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
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-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2082 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2136 patha_ok = _rtl8723be_phy_path_a_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2137 if (patha_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2152 patha_ok = _rtl8723be_phy_path_a_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2153 if (patha_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
2166 if (0x00 == patha_ok) in _rtl8723be_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
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-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1236 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1287 patha_ok = _rtl92c_phy_path_a_iqk(hw, is2t); in _rtl92c_phy_iq_calibrate()
1288 if (patha_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1298 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl92c_phy_iq_calibrate()