Searched refs:DELAY (Results 126 - 150 of 648) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_src.c88 DELAY(1);
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_mp.c121 DELAY(10);
/freebsd-12-stable/sys/arm/ti/omap4/pandaboard/
H A Dpandaboard.c164 DELAY(10);
/freebsd-12-stable/sys/dev/dme/
H A Dif_dme.c164 DELAY(100); /* Wait for the MAC to reset */
172 DELAY(100); /* Wait for the MAC to reset */
273 DELAY(1000);
790 DELAY(100000);
817 DELAY(2000);
826 DELAY(4000);
857 DELAY(100000);
988 DELAY(1);
1024 DELAY(1);
/freebsd-12-stable/sys/dev/ex/
H A Dif_ex.c401 DELAY(2);
612 DELAY(200);
933 DELAY(2);
1057 DELAY(3);
1059 DELAY(2);
1065 DELAY(3);
1069 DELAY(2);
1074 DELAY(3);
1076 DELAY(2);
/freebsd-12-stable/sys/dev/iicbus/twsi/
H A Dtwsi.c36 * Calls to DELAY() are needed per Application Note AN-179 "TWSI Software
149 DELAY(1000);
155 DELAY(1000);
172 DELAY(10);
212 DELAY(1000);
231 DELAY(1000);
329 DELAY(1000);
347 DELAY(1000);
423 DELAY(1000);
463 DELAY(100
[all...]
/freebsd-12-stable/sys/dev/ncv/
H A Dncr53c500.c235 DELAY(100 * 1000);
240 DELAY(1000);
341 DELAY(10);
438 DELAY(1000);
707 DELAY(1);
724 DELAY(1);
769 DELAY(1);
786 DELAY(1);
897 DELAY(NCV_DELAY_INTERVAL);
/freebsd-12-stable/sys/dev/sound/pci/
H A Denvy24.c498 DELAY(32); /* 31.25kHz */
510 DELAY(32); /* 31.25kHz */
537 DELAY(32); /* 31.25kHz */
550 DELAY(32); /* 31.25kHz */
651 DELAY(10);
653 DELAY(1000);
676 DELAY(10);
678 DELAY(1000);
836 DELAY(I2C_DELAY);
838 DELAY(I2C_DELA
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfman_rtc.c151 DELAY(10);
240 DELAY(10);
/freebsd-12-stable/sys/dev/e1000/
H A De1000_osdep.h86 DELAY(x);
95 DELAY(x*1000);
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_3c503.c170 DELAY(50);
182 DELAY(5000);
/freebsd-12-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_reg.c79 DELAY(2000);
269 DELAY(1);
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe_pccard.c217 DELAY(200);
219 DELAY(200);
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h362 #define al_udelay(u) DELAY(u)
367 #define al_msleep(m) DELAY((m) * 1000)
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.c247 * that another thread can execute. Otherwise, use DELAY to spin the thread
256 DELAY(time);
265 * that another thread can execute. Otherwise, use DELAY to spin the thread
274 DELAY(time * 1000);
/freebsd-12-stable/sys/dev/mii/
H A Djmphy.c238 DELAY(1);
260 DELAY(20 * 1000);
H A Dnsphy.c305 DELAY(1000);
319 DELAY(2000);
H A Dtlphy.c234 DELAY(100000);
238 DELAY(100000);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vsc.c55 DELAY((random() % 9000) + 1000);
102 DELAY((random() % 90) + 10);
/freebsd-12-stable/sys/dev/uart/
H A Duart_dev_ns8250.c166 DELAY(delay);
186 DELAY(delay << 2);
352 DELAY(4);
373 DELAY(4);
550 * could very well be that the DELAY make the H/W work in the same
554 DELAY(200);
774 DELAY(4);
890 DELAY(delay);
1031 DELAY(4);
/freebsd-12-stable/sys/powerpc/aim/
H A Dmp_cpudep.c190 DELAY(100);
193 DELAY(100);
/freebsd-12-stable/sys/powerpc/powernv/
H A Dopal_sensor.c104 DELAY(100);
112 DELAY(100);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c237 DELAY(1000);
275 DELAY(10000);
/freebsd-12-stable/sys/mips/cavium/
H A Doctopci.c570 DELAY(10000);
599 DELAY(10000);
663 DELAY(100000);
696 DELAY(100000);
701 DELAY(100000);
778 DELAY(2000);
803 DELAY(2000);
824 DELAY(2000);
/freebsd-12-stable/sys/mips/nlm/dev/net/
H A Dmdio.c213 DELAY(1000);
279 DELAY(1000);

Completed in 245 milliseconds

1234567891011>>