Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2011 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2065 patha_ok = _rtl8723be_phy_path_a_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2066 if (patha_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2081 patha_ok = _rtl8723be_phy_path_a_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2082 if (patha_ok == 0x03) { in _rtl8723be_phy_iq_calibrate()
2095 if (0x00 == patha_ok) in _rtl8723be_phy_iq_calibrate()
/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()
/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()
/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()