Searched refs:goout (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b_rfk.c2178 u8 goout = 0, agc_cnt = 0; local
2190 goout = 1;
2226 goout = 1;
2239 goout = 1;
2261 goout = 1;
2264 goout = 1;
2267 } while (!goout && agc_cnt < 6 && limit-- > 0);
H A Drtw8852a_rfk.c2340 bool goout = false; local
2349 goout = true;
2408 goout = true;
2420 goout = true;
2432 goout = true;
2437 goout = true;
2440 } while (!goout && (agc_cnt < DPK_AGC_ADJ_LMT));
H A Drtw8852b_rfk.c2224 u8 goout = 0, agc_cnt = 0, limited_rxbb = 0; local
2236 goout = 1;
2296 goout = 1;
2308 goout = 1;
2319 goout = 1;
2324 goout = 1;
2327 } while (!goout && agc_cnt < 6 && limit-- > 0);
H A Drtw8852c_rfk.c2325 u8 goout = 0, agc_cnt = 0; local
2340 goout = 1;
2378 goout = 1;
2390 goout = 1;
2412 goout = 1;
2415 goout = 1;
2418 } while (!goout && agc_cnt < 6 && --limit > 0);

Completed in 196 milliseconds