Home
last modified time | relevance | path

Searched refs:path_s1_ok (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/rtl8723d/
H A Dhalrf_8723d.c2053 u8 path_s1_ok = 0x0, path_s0_ok = 0x0, cnt; local
2146 path_s1_ok = phy_path_s1_iqk_8723d(dm, is2T);
2147 if (path_s1_ok == 0x01) {
2159 else if (i == (retry_count - 1) && path_s1_ok == 0x01) {
2170 path_s1_ok = phy_path_s1_rx_iqk_8723d(dm, is2T);
2171 if (path_s1_ok == 0x03) {
2184 if (path_s1_ok == 0x00)
2211 else if (i == (retry_count - 1) && path_s1_ok == 0x01) {
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/rtl8723d/
H A Dhalrf_8723d.c2052 u8 path_s1_ok = 0x0, path_s0_ok = 0x0, cnt; local
2145 path_s1_ok = phy_path_s1_iqk_8723d(dm, is2T);
2146 if (path_s1_ok == 0x01) {
2158 else if (i == (retry_count - 1) && path_s1_ok == 0x01) {
2169 path_s1_ok = phy_path_s1_rx_iqk_8723d(dm, is2T);
2170 if (path_s1_ok == 0x03) {
2183 if (path_s1_ok == 0x00)
2210 else if (i == (retry_count - 1) && path_s1_ok == 0x01) {