Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw88/
H A Drtw8703b.c1229 u8 a_ok; in rtw8703b_iqk_one_round() local
1242 a_ok = rtw8703b_iqk_tx_path(rtwdev, backup); in rtw8703b_iqk_one_round()
1243 if (a_ok == IQK_TX_OK) { in rtw8703b_iqk_one_round()
1261 a_ok = rtw8703b_iqk_rx_path(rtwdev, backup); in rtw8703b_iqk_one_round()
1262 if (a_ok == (IQK_TX_OK | IQK_RX_OK)) { in rtw8703b_iqk_one_round()
1279 if (a_ok == 0x0) in rtw8703b_iqk_one_round()