Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c1753 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate() local
1821 patha_ok = _rtl92d_phy_patha_iqk(hw, is2t); in _rtl92d_phy_iq_calibrate()
1822 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate()
1834 } else if (i == (retrycount - 1) && patha_ok == 0x01) { in _rtl92d_phy_iq_calibrate()
1845 if (0x00 == patha_ok) in _rtl92d_phy_iq_calibrate()
1916 u8 patha_ok, pathb_ok; in _rtl92d_phy_iq_calibrate_5g_normal() local
1986 patha_ok = _rtl92d_phy_patha_iqk_5g_normal(hw, is2t); in _rtl92d_phy_iq_calibrate_5g_normal()
1987 if (patha_ok == 0x03) { in _rtl92d_phy_iq_calibrate_5g_normal()
1997 } else if (patha_ok == 0x01) { /* Tx IQK OK */ in _rtl92d_phy_iq_calibrate_5g_normal()
2241 bool patha_ok, pathb_ok; in rtl92d_phy_iq_calibrate() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2488 u8 patha_ok, pathb_ok; in _rtl92ee_phy_iq_calibrate() local
2541 patha_ok = _rtl92ee_phy_path_a_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2543 if (patha_ok == 0x01) { in _rtl92ee_phy_iq_calibrate()
2557 patha_ok); in _rtl92ee_phy_iq_calibrate()
2561 patha_ok = _rtl92ee_phy_path_a_rx_iqk(hw, is2t); in _rtl92ee_phy_iq_calibrate()
2563 if (patha_ok == 0x03) { in _rtl92ee_phy_iq_calibrate()
2578 patha_ok); in _rtl92ee_phy_iq_calibrate()
2581 if (0x00 == patha_ok) in _rtl92ee_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1685 u8 patha_ok, pathb_ok; in _rtl88e_phy_iq_calibrate() local
1744 patha_ok = _rtl88e_phy_path_a_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate()
1745 if (patha_ok == 0x01) { in _rtl88e_phy_iq_calibrate()
1757 patha_ok = _rtl88e_phy_path_a_rx_iqk(hw, is2t); in _rtl88e_phy_iq_calibrate()
1758 if (patha_ok == 0x03) { in _rtl88e_phy_iq_calibrate()
1772 if (0 == patha_ok) in _rtl88e_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1136 u8 patha_ok, pathb_ok; in _rtl8723e_phy_iq_calibrate() local
1190 patha_ok = _rtl8723e_phy_path_a_iqk(hw, is2t); in _rtl8723e_phy_iq_calibrate()
1191 if (patha_ok == 0x03) { in _rtl8723e_phy_iq_calibrate()
1201 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl8723e_phy_iq_calibrate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1208 u8 patha_ok, pathb_ok; in _rtl92c_phy_iq_calibrate() local
1258 patha_ok = _rtl92c_phy_path_a_iqk(hw, is2t); in _rtl92c_phy_iq_calibrate()
1259 if (patha_ok == 0x03) { in _rtl92c_phy_iq_calibrate()
1269 } else if (i == (retrycount - 1) && patha_ok == 0x01) in _rtl92c_phy_iq_calibrate()