Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/
Dft1000_download.c128 int loopcnt; in check_usb_db() local
132 loopcnt = 0; in check_usb_db()
134 while (loopcnt < 10) { in check_usb_db()
149 loopcnt++; in check_usb_db()
155 loopcnt = 0; in check_usb_db()
156 while (loopcnt < 20) { in check_usb_db()
161 loopcnt++; in check_usb_db()
189 int loopcnt; in get_handshake() local
193 loopcnt = 0; in get_handshake()
195 while (loopcnt < 100) { in get_handshake()
[all …]
/linux-2.6.39/arch/ia64/lib/
Dmemset.S34 #define loopcnt r23 macro
134 mov loopcnt = PREF_AHEAD-1 // default prefetch loop
138 (p_scr) add loopcnt = -1, linecnt //
144 mov.i ar.lc = loopcnt //
204 mov loopcnt = PREF_AHEAD-1 // default prefetch loop
208 (p_scr) add loopcnt = -1, linecnt
214 mov.i ar.lc = loopcnt
253 shr.u loopcnt = cnt, 5 // loopcnt = cnt / 32
256 cmp.eq p_scr, p0 = loopcnt, r0
257 add loopcnt = -1, loopcnt
[all …]
/linux-2.6.39/drivers/scsi/
Daha1740.c475 int loopcnt; in aha1740_queuecommand_lck() local
480 for (loopcnt = 0; ; loopcnt++) { in aha1740_queuecommand_lck()
482 if (loopcnt == LOOPCNT_WARN) { in aha1740_queuecommand_lck()
485 if (loopcnt == LOOPCNT_MAX) in aha1740_queuecommand_lck()
490 for (loopcnt = 0; ; loopcnt++) { in aha1740_queuecommand_lck()
492 if (loopcnt == LOOPCNT_WARN) { in aha1740_queuecommand_lck()
495 if (loopcnt == LOOPCNT_MAX) in aha1740_queuecommand_lck()
/linux-2.6.39/drivers/staging/rt2860/chips/
Drt30xx.c166 u32 loop = 0, count = 0, loopcnt = 0, ReTry = 0; in RTMPFilterCalibration() local
248 if (loopcnt++ > 100) { in RTMPFilterCalibration()
251 loopcnt)); in RTMPFilterCalibration()
262 if (loopcnt < 100) { in RTMPFilterCalibration()
/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_dnld.c180 int loopcnt; in get_handshake() local
182 loopcnt = 0; in get_handshake()
183 while (loopcnt < MAX_DSP_WAIT_LOOPS) { in get_handshake()
200 loopcnt++; in get_handshake()
/linux-2.6.39/drivers/usb/gadget/
Dpch_udc.c893 unsigned int loopcnt = 0; in pch_udc_ep_clear_nak() local
899 loopcnt = 10000; in pch_udc_ep_clear_nak()
901 --loopcnt) in pch_udc_ep_clear_nak()
903 if (!loopcnt) in pch_udc_ep_clear_nak()
907 loopcnt = 10000; in pch_udc_ep_clear_nak()
908 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_NAK) && --loopcnt) { in pch_udc_ep_clear_nak()
912 if (!loopcnt) in pch_udc_ep_clear_nak()
/linux-2.6.39/drivers/ps3/
Dps3av.c201 int loopcnt = 0; in ps3av_vuart_read() local
205 while (loopcnt++ <= timeout) { in ps3av_vuart_read()
/linux-2.6.39/net/caif/
Dcaif_socket.c522 int ret, loopcnt = 0; in transmit_skb() local
531 if (unlikely(loopcnt++ > 1000)) { in transmit_skb()