Searched refs:loopcnt (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_download.c128 int loopcnt; local
132 loopcnt = 0;
134 while (loopcnt < 10) {
149 loopcnt++;
155 loopcnt = 0;
156 while (loopcnt < 20) {
161 loopcnt++;
189 int loopcnt; local
193 loopcnt = 0;
195 while (loopcnt < 10
269 int loopcnt; local
506 int loopcnt, i, j; local
[all...]
/drivers/scsi/
H A Daha1740.c475 int loopcnt; local
480 for (loopcnt = 0; ; loopcnt++) {
482 if (loopcnt == LOOPCNT_WARN) {
485 if (loopcnt == LOOPCNT_MAX)
490 for (loopcnt = 0; ; loopcnt++) {
492 if (loopcnt == LOOPCNT_WARN) {
495 if (loopcnt == LOOPCNT_MAX)
/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_dnld.c158 int loopcnt; local
160 loopcnt = 0;
161 while (loopcnt < MAX_DSP_WAIT_LOOPS) {
178 loopcnt++;
/drivers/usb/gadget/
H A Dpch_udc.c885 unsigned int loopcnt = 0; local
891 loopcnt = 10000;
893 --loopcnt)
895 if (!loopcnt)
899 loopcnt = 10000;
900 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_NAK) && --loopcnt) {
904 if (!loopcnt)
/drivers/ps3/
H A Dps3av.c201 int loopcnt = 0; local
205 while (loopcnt++ <= timeout) {
/drivers/scsi/bfa/
H A Dbfa_defs.h1107 u32 loopcnt; member in struct:bfa_diag_loopback_s
H A Dbfi.h978 u32 loopcnt; member in struct:bfi_diag_lb_req_s
H A Dbfa_svc.c5537 lb_req->loopcnt = loopback->loopcnt;
5545 bfa_trc(fcdiag, loopback->loopcnt);
5663 loopback.loopcnt = lpcnt;

Completed in 269 milliseconds