Home
last modified time | relevance | path

Searched refs:path_aok (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/rtl8188e/
H A Dhalrf_8188e_ap.c810 u8 path_aok, path_bok; in _phy_iq_calibrate_8188e() local
902 path_aok = phy_path_a_iqk_8188e(dm, is2T); in _phy_iq_calibrate_8188e()
904 if (path_aok == 0x01) { in _phy_iq_calibrate_8188e()
911 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188e()
921 path_aok = phy_path_a_rx_iqk(dm, is2T); in _phy_iq_calibrate_8188e()
922 if (path_aok == 0x03) { in _phy_iq_calibrate_8188e()
933 if (0x00 == path_aok) in _phy_iq_calibrate_8188e()
H A Dhalrf_8188e_ce.c1072 u8 path_aok = 0, path_bok = 0; in _phy_iq_calibrate_8188e() local
1157 path_aok = phy_path_a_iqk_8188e(dm, is2T); in _phy_iq_calibrate_8188e()
1159 if (path_aok == 0x01) { in _phy_iq_calibrate_8188e()
1166 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188e()
1176 path_aok = phy_path_a_rx_iqk(dm, is2T); in _phy_iq_calibrate_8188e()
1177 if (path_aok == 0x03) { in _phy_iq_calibrate_8188e()
1189 if (0x00 == path_aok) in _phy_iq_calibrate_8188e()
H A Dhalrf_8188e_win.c1193 u8 path_aok, path_bok; in _phy_iq_calibrate_8188e() local
1303 path_aok = phy_path_a_iqk_8188e(dm, is2T, t + i); in _phy_iq_calibrate_8188e()
1306 if (path_aok == 0x01) { in _phy_iq_calibrate_8188e()
1313 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188e()
1323 path_aok = phy_path_a_rx_iqk(dm, is2T); in _phy_iq_calibrate_8188e()
1325 if (path_aok == 0x03) { in _phy_iq_calibrate_8188e()
1336 if (0x00 == path_aok) in _phy_iq_calibrate_8188e()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c1576 u8 path_aok = 0x0; //, path_bok = 0x0; in _phy_iq_calibrate_8188f() local
1701 path_aok = phy_path_a_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1703 if (path_aok == 0x01) { /* path A Tx IQK Success */ in _phy_iq_calibrate_8188f()
1713 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
1726 path_aok = phy_path_a_rx_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1727 if (path_aok == 0x03) { in _phy_iq_calibrate_8188f()
1740 if (path_aok == 0x0) in _phy_iq_calibrate_8188f()
1774 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/rtl8723b/
H A Dhalrf_8723b_ce.c1631 u8 path_aok = 0x0, path_bok = 0x0; in _phy_iq_calibrate_8723b() local
1751 path_aok = phy_path_a_iqk_8723b(p_dm, is2T, rf_path); in _phy_iq_calibrate_8723b()
1753 if (path_aok == 0x01) { in _phy_iq_calibrate_8723b()
1764 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8723b()
1777 path_aok = phy_path_a_rx_iqk_8723b(p_dm, is2T, rf_path); in _phy_iq_calibrate_8723b()
1778 if (path_aok == 0x03) { in _phy_iq_calibrate_8723b()
1789 if (path_aok == 0x0) in _phy_iq_calibrate_8723b()
1828 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8723b()
H A Dhalrf_8723b_ap.c1570 u8 path_aok, path_bok; in _phy_iq_calibrate_8723b() local
1635 path_aok = phy_path_a_iqk_8723b(p_dm, is2T, rf_path); in _phy_iq_calibrate_8723b()
1636 if (path_aok == 0x01) { in _phy_iq_calibrate_8723b()
1648 path_aok = phy_path_a_rx_iqk_8723b(p_dm, is2T, rf_path); in _phy_iq_calibrate_8723b()
1649 if (path_aok == 0x03) { in _phy_iq_calibrate_8723b()
1661 if (0x00 == path_aok) in _phy_iq_calibrate_8723b()
H A Dhalrf_8723b_win.c1698 u8 path_aok, path_bok; in _phy_iq_calibrate_8723b() local
1836 path_aok = phy_path_a_iqk_8723b(p_dm); in _phy_iq_calibrate_8723b()
1838 if (path_aok == 0x01) { in _phy_iq_calibrate_8723b()
1852 path_aok = phy_path_a_rx_iqk_8723b(p_dm); in _phy_iq_calibrate_8723b()
1853 if (path_aok == 0x03) { in _phy_iq_calibrate_8723b()
1864 if (0x00 == path_aok) in _phy_iq_calibrate_8723b()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c1576 u8 path_aok = 0x0; //, path_bok = 0x0; in _phy_iq_calibrate_8188f() local
1701 path_aok = phy_path_a_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1703 if (path_aok == 0x01) { /* path A Tx IQK Success */ in _phy_iq_calibrate_8188f()
1713 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
1726 path_aok = phy_path_a_rx_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1727 if (path_aok == 0x03) { in _phy_iq_calibrate_8188f()
1740 if (path_aok == 0x0) in _phy_iq_calibrate_8188f()
1774 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c1574 u8 path_aok = 0x0; //, path_bok = 0x0; in _phy_iq_calibrate_8188f() local
1699 path_aok = phy_path_a_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1701 if (path_aok == 0x01) { /* path A Tx IQK Success */ in _phy_iq_calibrate_8188f()
1711 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
1724 path_aok = phy_path_a_rx_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1725 if (path_aok == 0x03) { in _phy_iq_calibrate_8188f()
1738 if (path_aok == 0x0) in _phy_iq_calibrate_8188f()
1772 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c1574 u8 path_aok = 0x0; //, path_bok = 0x0; in _phy_iq_calibrate_8188f() local
1699 path_aok = phy_path_a_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1701 if (path_aok == 0x01) { /* path A Tx IQK Success */ in _phy_iq_calibrate_8188f()
1711 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
1724 path_aok = phy_path_a_rx_iqk_8188f(dm, is2T); in _phy_iq_calibrate_8188f()
1725 if (path_aok == 0x03) { in _phy_iq_calibrate_8188f()
1738 if (path_aok == 0x0) in _phy_iq_calibrate_8188f()
1772 else if (i == (retry_count - 1) && path_aok == 0x01) { /* Tx IQK OK */ in _phy_iq_calibrate_8188f()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/rtl8703b/
H A Dhalrf_8703b.c1360 u8 path_aok = 0x0, path_bok = 0x0; in _phy_iq_calibrate_8703b() local
1438 path_aok = phy_path_a_iqk_8703b(dm); in _phy_iq_calibrate_8703b()
1439 if (path_aok == 0x01) { in _phy_iq_calibrate_8703b()
1452 path_aok = phy_path_a_rx_iqk_8703b(dm); in _phy_iq_calibrate_8703b()
1453 if (path_aok == 0x03) { in _phy_iq_calibrate_8703b()
1465 if (0x00 == path_aok) in _phy_iq_calibrate_8703b()