Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Drt711-sdca.c107 int chk_cnt = 100; in rt711_sdca_calibration() local
119 for (loop_rc = 0; loop_rc < chk_cnt && !(val & 0x40); loop_rc++) { in rt711_sdca_calibration()
125 if (loop_rc == chk_cnt) in rt711_sdca_calibration()
158 for (loop_dc = 0; loop_dc < chk_cnt && in rt711_sdca_calibration()
166 if (loop_dc == chk_cnt) in rt711_sdca_calibration()
169 if (loop_dc == chk_cnt || loop_rc == chk_cnt) in rt711_sdca_calibration()
H A Drt1318.c1245 int chk_cnt = 30, count = 0; in rt1318_calibrate() local
1252 while (count < chk_cnt) { in rt1318_calibrate()
1263 if (count == chk_cnt) { in rt1318_calibrate()
H A Drt712-sdca.c79 int chk_cnt = 100; in rt712_sdca_calibration() local
102 for (loop_dc = 0; loop_dc < chk_cnt && in rt712_sdca_calibration()
110 if (loop_dc == chk_cnt) in rt712_sdca_calibration()
113 if (loop_dc == chk_cnt || loop_rc == chk_cnt) in rt712_sdca_calibration()
H A Drt1011.c2217 unsigned int chk_cnt = 50; /* DONT change this */ in rt1011_calibrate() local
2305 while (count < chk_cnt) { in rt1011_calibrate()
2322 if (count > chk_cnt) { in rt1011_calibrate()
2354 if (count <= chk_cnt) { in rt1011_calibrate()
H A Drt722-sdca.c1365 int loop_check, chk_cnt = 100, ret; in rt722_sdca_jack_preset() local
1399 for (loop_check = 0; loop_check < chk_cnt; loop_check++) { in rt722_sdca_jack_preset()
1409 if (loop_check == chk_cnt) in rt722_sdca_jack_preset()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.h4531 __le32 chk_cnt; member
H A Dphy.c3254 le32_to_cpu(txgapk->chk_cnt)); in rtw89_phy_c2h_rfk_rpt_log()