Searched refs:DELAY (Results 51 - 75 of 635) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/dev/ppbus/
H A Dpcfclock.c195 DELAY(3000);
199 DELAY(3000);
242 DELAY(100);
251 DELAY(500);
H A Dppb_1284.c211 DELAY(1);
228 DELAY(1);
257 DELAY(1);
312 DELAY(1);
471 DELAY(3);
688 DELAY(1);
699 DELAY(1);
702 DELAY(1);
730 DELAY(1);
834 DELAY(
[all...]
/freebsd-11.0-release/sys/dev/mii/
H A Drgephy.c416 DELAY(1000);
419 DELAY(1000);
422 DELAY(100);
435 DELAY(1000);
445 DELAY(10);
510 DELAY(40);
548 DELAY(1000);
H A Dnsphyter.c240 DELAY(1000);
254 DELAY(2000);
/freebsd-11.0-release/sys/boot/i386/libfirewire/
H A Dfwohci.c57 #define DELAY(x) delay(x) macro
85 DELAY(100);
106 DELAY(100);
112 DELAY(100);
123 DELAY(100);
149 DELAY(500);
227 DELAY(1000);
/freebsd-11.0-release/sys/mips/mediatek/
H A Dmtk_usb_phy.c141 DELAY(RESET_ASSERT_DELAY);
143 DELAY(RESET_DEASSERT_DELAY);
224 DELAY(1000);
238 DELAY(10000);
248 DELAY(1000);
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_usb_phy-m6.c277 DELAY(500);
289 DELAY(1000);
311 DELAY(50);
334 DELAY(30);
340 DELAY(60000);
/freebsd-11.0-release/sys/powerpc/powermac/
H A Dcuda.c221 DELAY(150);
223 DELAY(150);
225 DELAY(150);
227 DELAY(150);
421 DELAY(150);
550 DELAY(150);
617 DELAY(1500); /* required */
633 DELAY(150);
663 DELAY(150);
/freebsd-11.0-release/sys/dev/nand/
H A Dnand_generic.c365 * XXX Bogus DELAY, we really need a nandbus_wait_ready() here, but it's
368 DELAY(1000);
449 DELAY(chip->t_r);
487 DELAY(chip->t_r);
554 DELAY(chip->t_prog);
594 DELAY(chip->t_prog);
635 DELAY(chip->t_prog);
688 DELAY(chip->t_bers);
722 DELAY(chip->t_bers);
822 DELAY(chi
[all...]
/freebsd-11.0-release/sys/dev/xe/
H A Dif_xe.c358 DELAY(40000);
360 DELAY(40000);
377 DELAY(500000);
1183 DELAY(50000);
1272 DELAY(40000);
1280 DELAY(40000);
1679 DELAY(1);
1681 DELAY(1);
1702 DELAY(500);
1727 DELAY(
[all...]
/freebsd-11.0-release/sys/arm/nvidia/tegra124/
H A Dtegra124_pmc.c202 DELAY(1);
215 DELAY(1);
255 DELAY(1);
296 DELAY(1);
320 DELAY(1);
360 DELAY(20);
/freebsd-11.0-release/sys/amd64/amd64/
H A Dvm_machdep.c572 DELAY(1000000);
618 DELAY(1000000);
639 DELAY(500000); /* wait 0.5 sec to see if that did it */
653 DELAY(500000); /* wait 0.5 sec to see if that did it */
667 DELAY(500000); /* wait 0.5 sec to see if that did it */
671 DELAY(1000000); /* wait 1 sec for printf to complete */
/freebsd-11.0-release/sys/dev/bwi/
H A Dbwirf.c365 DELAY(8000); /* DELAY(2000); */
506 DELAY(10);
583 DELAY(1000);
656 DELAY(20);
871 DELAY(10);
878 DELAY(10);
885 DELAY(20);
899 DELAY(10);
908 DELAY(1
[all...]
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dosdep.h85 #define mdelay(x) DELAY((x) * 1000)
86 #define udelay(x) DELAY(x)
/freebsd-11.0-release/sys/dev/acpica/Osd/
H A DOsdSchedule.c258 * DELAY instead for better granularity.
263 DELAY(Milliseconds * 1000);
292 DELAY(Microseconds);
/freebsd-11.0-release/sys/dev/ips/
H A Dips.c447 DELAY(5000000);
452 DELAY(1000000);
464 DELAY(1000000);
555 DELAY(1000);
651 DELAY(1000000);
665 DELAY(1000000);
674 DELAY(1000000);
742 DELAY(500);/* need to do a delay here */
/freebsd-11.0-release/sys/dev/ep/
H A Dif_ep_pccard.c183 DELAY(1000);
188 DELAY(1000);
/freebsd-11.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_9340.c123 DELAY(1000);
164 DELAY(1000);
/freebsd-11.0-release/sys/dev/sound/pci/
H A Dvia82c686.c151 DELAY(1);
169 DELAY(1);
496 DELAY(100); /* Wait T_rst_low */
498 DELAY(5); /* Wait T_rst2clk */
503 DELAY(100);
505 DELAY(5); /* Wait T_sync_high */
507 DELAY(5); /* Wait T_sync2clk */
518 DELAY(5000);
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_os.h92 #define QLA_USEC_DELAY(usec) DELAY(usec)
143 DELAY((msecs * 1000)); \
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_os.h93 #define QLA_USEC_DELAY(usec) DELAY(usec)
144 DELAY((msecs * 1000)); \
/freebsd-11.0-release/sys/arm/xscale/ixp425/
H A Dixdp425_pci.c117 DELAY(1000);
131 DELAY(100);
H A Dixp425_iic.c143 DELAY(I2C_DELAY);
158 DELAY(I2C_DELAY);
/freebsd-11.0-release/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h316 #define al_udelay(u) DELAY(u)
321 #define al_msleep(m) DELAY((m) * 1000)
/freebsd-11.0-release/sys/dev/ixgb/
H A Dif_ixgb_osdep.h61 /* The happy-fun DELAY macro is defined in /usr/src/sys/i386/include/clock.h */
62 #define usec_delay(x) DELAY(x)
63 #define msec_delay(x) DELAY(1000*(x))

Completed in 159 milliseconds

1234567891011>>