Searched refs:patha_ok (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | phy.c | 1760 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local 1828 patha_ok = _rtl92d_phy_patha_iqk(hw, is2t); in _rtl92d_phy_iq_calibrate() 1829 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate() 1841 } else if (i == (retrycount - 1) && patha_ok == 0x01) { in _rtl92d_phy_iq_calibrate() 1852 if (0x00 == patha_ok) in _rtl92d_phy_iq_calibrate() 1923 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local 1993 patha_ok = _rtl92d_phy_patha_iqk_5g_normal(hw, is2t); in _rtl92d_phy_iq_calibrate_5g_normal() 1994 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal() 2004 } else if (patha_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal() 2248 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local [all …]
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | phy.c | 2495 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local 2548 patha_ok = _rtl92ee_phy_path_a_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate() 2550 if (patha_ok == 0x01) { in _rtl92ee_phy_iq_calibrate() 2564 patha_ok); in _rtl92ee_phy_iq_calibrate() 2568 patha_ok = _rtl92ee_phy_path_a_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate() 2570 if (patha_ok == 0x03) { in _rtl92ee_phy_iq_calibrate() 2585 patha_ok); in _rtl92ee_phy_iq_calibrate() 2588 if (0x00 == patha_ok) in _rtl92ee_phy_iq_calibrate()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | phy.c | 2007 u8 patha_ok, pathb_ok; in _rtl8723be_phy_iq_calibrate() local 2061 patha_ok = _rtl8723be_phy_path_a_iqk(hw); in _rtl8723be_phy_iq_calibrate() 2062 if (patha_ok == 0x01) { in _rtl8723be_phy_iq_calibrate() 2077 patha_ok = _rtl8723be_phy_path_a_rx_iqk(hw); in _rtl8723be_phy_iq_calibrate() 2078 if (patha_ok == 0x03) { in _rtl8723be_phy_iq_calibrate() 2091 if (0x00 == patha_ok) in _rtl8723be_phy_iq_calibrate()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | phy.c | 1698 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local 1757 patha_ok = _rtl88e_phy_path_a_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate() 1758 if (patha_ok == 0x01) { in _rtl88e_phy_iq_calibrate() 1770 patha_ok = _rtl88e_phy_path_a_rx_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate() 1771 if (patha_ok == 0x03) { in _rtl88e_phy_iq_calibrate() 1785 if (0 == patha_ok) in _rtl88e_phy_iq_calibrate()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | phy.c | 1141 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local 1195 patha_ok = _rtl8723e_phy_path_a_iqk(hw, is2t); in _rtl8723e_phy_iq_calibrate() 1196 if (patha_ok == 0x03) { in _rtl8723e_phy_iq_calibrate() 1206 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl8723e_phy_iq_calibrate()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| D | phy_common.c | 1212 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local 1263 patha_ok = _rtl92c_phy_path_a_iqk(hw, is2t); in _rtl92c_phy_iq_calibrate() 1264 if (patha_ok == 0x03) { in _rtl92c_phy_iq_calibrate() 1274 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl92c_phy_iq_calibrate()
|