Searched refs:DELAY (Results 151 - 175 of 648) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/x86/x86/
H A Dcpu_machdep.c288 * DELAY(9) based logic fails.
308 DELAY(1000);
317 DELAY(1000);
369 DELAY(500000); /* wait 0.5 sec to see if that did it */
384 DELAY(500000); /* wait 0.5 sec to see if that did it */
398 DELAY(500000); /* wait 0.5 sec to see if that did it */
402 DELAY(1000000); /* wait 1 sec for printf to complete */
426 DELAY(1000000);
471 DELAY(1000000);
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h70 /* The happy-fun DELAY macro is defined in /usr/src/sys/i386/include/clock.h */
71 #define usec_delay(x) DELAY(x)
72 #define msec_delay(x) DELAY(1000*(x))
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_osdep.h57 #define i40e_usec_delay(x) DELAY(x)
58 #define i40e_msec_delay(x) DELAY(1000 * (x))
/freebsd-12-stable/sys/arm/mv/armada/
H A Dthermal.c193 DELAY(10);
300 DELAY(10000);
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_usb_phy.c222 DELAY(50000);
250 DELAY(100);
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_usbss.c156 DELAY(100);
159 DELAY(100);
/freebsd-12-stable/sys/arm/ti/
H A Dti_mbox.c179 DELAY(10);
255 DELAY(10);
H A Dti_wdt.c118 DELAY(10);
190 DELAY(10);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h168 #define t3_os_sleep(x) DELAY((x) * 1000)
229 #define udelay(x) DELAY(x)
/freebsd-12-stable/sys/dev/sound/isa/
H A Dsbc.c173 if (i > 10) DELAY((i > 100)? 1000 : 10);
192 DELAY(10);
194 DELAY(10);
207 DELAY(20);
216 DELAY(100);
H A Dess.c200 if (i > 10) DELAY((i > 100)? 1000 : 10);
231 DELAY(10);
233 DELAY(10);
241 DELAY(10);
243 DELAY(10);
257 DELAY(20);
278 DELAY(100);
H A Dsb16.c175 DELAY((i > 100)? 1000 : 10);
238 DELAY(10);
240 DELAY(10);
251 DELAY(10);
253 DELAY(10);
267 DELAY(20);
279 DELAY(100);
/freebsd-12-stable/sys/powerpc/powermac/
H A Dmacio.c410 DELAY(50000);
413 DELAY(50000);
416 DELAY(50000);
677 DELAY(1000);
679 DELAY(1000);
/freebsd-12-stable/sys/mips/atheros/
H A Dqca955x_pci.c238 DELAY(100000);
241 DELAY(100);
244 DELAY(100000);
251 DELAY(1000);
333 DELAY(100);
H A Duart_dev_ar933x.c99 DELAY(2);
268 DELAY(4);
295 DELAY(4);
/freebsd-12-stable/sys/dev/ral/
H A Drt2860.c258 DELAY(10);
828 DELAY(1);
984 DELAY(2);
2039 DELAY(1);
2052 DELAY(1000);
2064 DELAY(1);
2077 DELAY(1000);
2083 DELAY(1);
2102 DELAY(1);
2124 DELAY(
[all...]
/freebsd-12-stable/sys/dev/advansys/
H A Dadvlib.c555 DELAY(60);
565 DELAY(200 * 1000);
881 DELAY(1000);
1270 DELAY(10000);
1324 DELAY(1000);
1327 DELAY(1000);
1329 DELAY(1000);
1341 DELAY(1000);
1344 DELAY(1000);
1347 DELAY(2
[all...]
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c371 DELAY(250000);
375 DELAY(250000);
521 DELAY(100);
539 DELAY(1000);
1033 DELAY(1);
1241 DELAY(1);
1246 DELAY(1);
/freebsd-12-stable/sys/dev/bwi/
H A Dbwimac.c462 DELAY(2000);
471 DELAY(1000);
477 DELAY(1000);
739 DELAY(10);
744 DELAY(10);
749 DELAY(10);
1024 DELAY(10);
1042 DELAY(10);
1059 DELAY(10);
1476 DELAY(
[all...]
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_hpp.c195 DELAY(5000); /* wait for chip reset to complete */
202 DELAY(5000);
406 DELAY(150000); /* wait 150 ms */
/freebsd-12-stable/sys/dev/le/
H A Dif_le_ledma.c159 DELAY(20000); /* We must not touch the LANCE chip for 20ms. */
168 DELAY(20000); /* We must not touch the LANCE chip for 20ms. */
244 DELAY(20000); /* We must not touch the LANCE chip for 20ms. */
/freebsd-12-stable/sys/dev/vnic/
H A Dthunder_mdio.c243 DELAY(1000);
295 DELAY(1000);
342 DELAY(1000);
/freebsd-12-stable/sys/dev/uart/
H A Duart_dev_msm.c238 DELAY(4);
246 DELAY(4);
271 DELAY(4);
/freebsd-12-stable/sys/dev/sound/macio/
H A Ddavbus.c224 DELAY(1);
386 DELAY(100);
394 DELAY(100);
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_init_eth_kr.c155 DELAY(10000);
732 DELAY(100);
776 DELAY(1);

Completed in 180 milliseconds

1234567891011>>