Searched refs:DELAY (Results 76 - 100 of 648) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_clkman.c140 DELAY(1000);
171 DELAY(1000);
/freebsd-12-stable/usr.bin/tip/libacu/
H A Dventel.c70 #define DELAY(n) do { long N = (n); while (--N > 0); } while (0) macro
71 #define busyloop(n) do { DELAY(n); } while (0)
/freebsd-12-stable/sys/dev/gpio/
H A Dgpiopower.c117 DELAY(10000000);
/freebsd-12-stable/sys/dev/hptmv/
H A Dmv.c113 DELAY(msecs);
/freebsd-12-stable/sys/dev/nsp/
H A Dnsp.c220 DELAY(NSP_DELAY_INTERVAL);
280 DELAY(10);
292 DELAY(100 * 1000); /* 100ms */
314 DELAY(1);
351 DELAY(1);
368 DELAY(3);
373 DELAY(3);
377 DELAY(3);
380 DELAY(1);
394 DELAY(NSP_SEL_CHECK_INTERVA
[all...]
/freebsd-12-stable/sys/dev/pcf/
H A Dpcfvar.h91 #define pcf_nops() DELAY(10)
/freebsd-12-stable/sys/dev/ath/
H A Dah_osdep.h69 #define OS_DELAY(_n) DELAY(_n)
/freebsd-12-stable/sys/powerpc/include/
H A Dcpu.h131 #define cpu_lock_delay() DELAY(1)
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_codec.c248 DELAY(20000);
254 DELAY(10000);
264 DELAY(10000);
269 DELAY(10000);
/freebsd-12-stable/sys/arm/include/
H A Dcpu.h64 #define cpu_lock_delay() DELAY(1)
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c202 DELAY(50);
217 DELAY(10);
275 DELAY(50);
432 DELAY(50);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c29 DELAY = 1, enumerator in enum:__anon6311
236 usleep(DELAY);
239 usleep(DELAY);
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_novell.c82 DELAY(200);
92 DELAY(5000);
101 DELAY(5000);
/freebsd-12-stable/sys/dev/ex/
H A Dif_ex_isa.c155 DELAY(500);
167 DELAY(400);
235 DELAY(800);
/freebsd-12-stable/sys/dev/wi/
H A Dif_wi_pci.c205 DELAY(250000);
208 DELAY(500000);
213 DELAY(10);
/freebsd-12-stable/sys/dev/stg/
H A Dtmc18c30.c278 DELAY(10);
289 DELAY(100000);
537 DELAY(1);
632 DELAY(1);
675 DELAY(STG_DELAY_INTERVAL);
700 DELAY(STG_DELAY_INTERVAL);
790 DELAY(1);
796 DELAY(1);
819 DELAY(1);
910 DELAY(STGHW_SELECT_INTERVA
[all...]
/freebsd-12-stable/sys/dev/sound/pci/
H A Dcsa.c607 DELAY(50);
609 DELAY(50);
624 DELAY(50000);
631 DELAY(700000);
650 DELAY(5000);
686 DELAY(125);
720 DELAY(10000000L); /* clw */
722 DELAY(1000);
801 DELAY(100);
939 DELAY(2
[all...]
H A Dmaestro.c348 DELAY(2); /* 20.8us / 13 */
367 /*DELAY(21); * AC97 cycle = 20.8usec */
596 DELAY(104); /* 20.8us * (4 + 1) */
600 DELAY(2);
602 DELAY(50);
606 DELAY(21);
617 DELAY(2);
619 DELAY(1);
623 DELAY(84); /* 20.8us * 4 */
625 DELAY(5
[all...]
/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-acard.c138 DELAY(1);
141 DELAY(1);
144 DELAY(100);
H A Data-fsl.c153 DELAY(100);
155 DELAY(100);
174 DELAY(30000);
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_chip.c308 DELAY(1000);
312 DELAY(1000);
324 DELAY(1000);
/freebsd-12-stable/sys/arm/arm/
H A Dmp_machdep.c102 DELAY(1000);
208 DELAY(100);
345 DELAY(1000);
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_ahci.c93 DELAY(100);
108 DELAY(100);
292 DELAY(100);
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_pll.c548 DELAY(10);
580 DELAY(10);
590 DELAY(10);
601 DELAY(10);
617 DELAY(10);
621 DELAY(10);
635 DELAY(10);
645 DELAY(10);
663 DELAY(10);
920 DELAY(10
[all...]
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk3399_emmcphy.c203 DELAY(3);
211 DELAY(10);
247 DELAY(50000);

Completed in 201 milliseconds

1234567891011>>