Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c1747 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1815 patha_ok = _rtl92d_phy_patha_iqk(hw, is2t); in _rtl92d_phy_iq_calibrate()
1816 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1828 } else if (i == (retrycount - 1) && patha_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1839 if (0x00 == patha_ok) in _rtl92d_phy_iq_calibrate()
1910 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
1980 patha_ok = _rtl92d_phy_patha_iqk_5g_normal(hw, is2t); in _rtl92d_phy_iq_calibrate_5g_normal()
1981 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
1991 } else if (patha_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 …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2480 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2533 patha_ok = _rtl92ee_phy_path_a_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2535 if (patha_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2549 patha_ok); in _rtl92ee_phy_iq_calibrate()
2553 patha_ok = _rtl92ee_phy_path_a_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2555 if (patha_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2570 patha_ok); in _rtl92ee_phy_iq_calibrate()
2573 if (0x00 == patha_ok) in _rtl92ee_phy_iq_calibrate()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1679 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1738 patha_ok = _rtl88e_phy_path_a_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate()
1739 if (patha_ok == 0x01) { in _rtl88e_phy_iq_calibrate()
1751 patha_ok = _rtl88e_phy_path_a_rx_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate()
1752 if (patha_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1766 if (0 == patha_ok) in _rtl88e_phy_iq_calibrate()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2005 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2059 patha_ok = _rtl8723be_phy_path_a_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2060 if (patha_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2075 patha_ok = _rtl8723be_phy_path_a_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2076 if (patha_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
2089 if (0x00 == patha_ok) in _rtl8723be_phy_iq_calibrate()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1136 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1188 patha_ok = _rtl8723e_phy_path_a_iqk(hw, is2t); in _rtl8723e_phy_iq_calibrate()
1189 if (patha_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1199 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl8723e_phy_iq_calibrate()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1200 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1250 patha_ok = _rtl92c_phy_path_a_iqk(hw, is2t); in _rtl92c_phy_iq_calibrate()
1251 if (patha_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1261 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl92c_phy_iq_calibrate()