Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2011 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local
2101 pathb_ok = _rtl8723be_phy_path_b_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2102 if (pathb_ok == 0x01) { in _rtl8723be_phy_iq_calibrate()
2118 pathb_ok = _rtl8723be_phy_path_b_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate()
2119 if (pathb_ok == 0x03) { 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
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()