Searched refs:chk_cnt (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/soc/codecs/
H A Drt711-sdca.c89 int chk_cnt = 100; local
101 for (loop_rc = 0; loop_rc < chk_cnt && !(val & 0x40); loop_rc++) {
107 if (loop_rc == chk_cnt)
140 for (loop_dc = 0; loop_dc < chk_cnt &&
148 if (loop_dc == chk_cnt)
151 if (loop_dc == chk_cnt || loop_rc == chk_cnt)
H A Drt712-sdca.c78 int chk_cnt = 100; local
100 for (loop_dc = 0; loop_dc < chk_cnt &&
108 if (loop_dc == chk_cnt)
111 if (loop_dc == chk_cnt || loop_rc == chk_cnt)
H A Drt722-sdca.c1439 int loop_check, chk_cnt = 100, ret; local
1473 for (loop_check = 0; loop_check < chk_cnt; loop_check++) {
1476 if (ret < 0 || loop_check == chk_cnt)
H A Drt1011.c2217 unsigned int chk_cnt = 50; /* DONT change this */ local
2305 while (count < chk_cnt) {
2322 if (count > chk_cnt) {
2354 if (count <= chk_cnt) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.h4467 __le32 chk_cnt; member in struct:rtw89_c2h_rf_txgapk_rpt_log
H A Dphy.c2741 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[TXGAPK]rpt chk_cnt = %d\n",
2742 le32_to_cpu(txgapk->chk_cnt));

Completed in 327 milliseconds