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

1234567891011>>

/freebsd-12-stable/tools/tools/ath/common/
H A Dah_osdep.h48 #define OS_DELAY(_n) DELAY(_n)
/freebsd-12-stable/sys/dev/mii/
H A Drgephy.c426 DELAY(1000);
429 DELAY(1000);
432 DELAY(100);
445 DELAY(1000);
455 DELAY(10);
520 DELAY(40);
558 DELAY(1000);
H A Dnsphyter.c242 DELAY(1000);
256 DELAY(2000);
/freebsd-12-stable/stand/i386/libfirewire/
H A Dfwohci.c58 #define DELAY(x) delay(x) macro
80 DELAY(100);
101 DELAY(100);
107 DELAY(100);
118 DELAY(100);
144 DELAY(500);
222 DELAY(1000);
/freebsd-12-stable/sys/dev/ppbus/
H A Dppb_1284.c213 DELAY(1);
230 DELAY(1);
259 DELAY(1);
314 DELAY(1);
473 DELAY(3);
690 DELAY(1);
701 DELAY(1);
704 DELAY(1);
732 DELAY(1);
836 DELAY(
[all...]
/freebsd-12-stable/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-12-stable/sys/arm/allwinner/
H A Da10_ahci.c181 DELAY(100);
227 DELAY(100); /* WAG */
238 DELAY(10);
252 DELAY(10);
260 DELAY(1000);
H A Daw_rtc.c225 DELAY(100);
334 DELAY(1);
351 DELAY(1);
360 DELAY(1);
364 DELAY(RTC_TIMEOUT);
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Daml8726_usb_phy-m6.c276 DELAY(500);
288 DELAY(1000);
310 DELAY(50);
333 DELAY(30);
339 DELAY(60000);
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe.c437 DELAY(200);
439 DELAY(300);
569 DELAY(15);
571 DELAY(15);
573 DELAY(15);
575 DELAY(15);
584 DELAY(15);
587 DELAY(15);
601 /* NOTE: DELAY() timing constants are approximately three
621 DELAY(1000
[all...]
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c400 DELAY(100);
405 DELAY(100);
410 DELAY(100);
424 DELAY(100);
431 DELAY(100);
436 DELAY(100);
442 DELAY(10);
467 DELAY(100);
501 DELAY(100);
530 DELAY(10
[all...]
H A Dtegra124_pmc.c201 DELAY(1);
214 DELAY(1);
254 DELAY(1);
295 DELAY(1);
319 DELAY(1);
359 DELAY(20);
/freebsd-12-stable/sys/powerpc/powermac/
H A Dcuda.c227 DELAY(150);
229 DELAY(150);
231 DELAY(150);
233 DELAY(150);
427 DELAY(150);
556 DELAY(150);
623 DELAY(1500); /* required */
639 DELAY(150);
669 DELAY(150);
/freebsd-12-stable/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);
818 DELAY(chi
[all...]
/freebsd-12-stable/sys/dev/xe/
H A Dif_xe.c362 DELAY(40000);
364 DELAY(40000);
381 DELAY(500000);
1187 DELAY(50000);
1276 DELAY(40000);
1284 DELAY(40000);
1683 DELAY(1);
1685 DELAY(1);
1706 DELAY(500);
1731 DELAY(
[all...]
/freebsd-12-stable/sys/dev/bwi/
H A Dbwirf.c367 DELAY(8000); /* DELAY(2000); */
508 DELAY(10);
585 DELAY(1000);
658 DELAY(20);
873 DELAY(10);
880 DELAY(10);
887 DELAY(20);
901 DELAY(10);
910 DELAY(1
[all...]
/freebsd-12-stable/sys/dev/acpica/Osd/
H A DOsdSchedule.c257 * DELAY instead for better granularity.
262 DELAY(Milliseconds * 1000);
288 DELAY(Microseconds);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dosdep.h88 #define mdelay(x) DELAY((x) * 1000)
89 #define udelay(x) DELAY(x)
/freebsd-12-stable/sys/dev/ep/
H A Dif_ep_pccard.c185 DELAY(1000);
190 DELAY(1000);
/freebsd-12-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_9340.c145 DELAY(1000);
187 DELAY(1000);
/freebsd-12-stable/sys/dev/ips/
H A Dips.c450 DELAY(5000000);
455 DELAY(1000000);
467 DELAY(1000000);
558 DELAY(1000);
654 DELAY(1000000);
668 DELAY(1000000);
677 DELAY(1000000);
745 DELAY(500);/* need to do a delay here */
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_os.h93 #define QLA_USEC_DELAY(usec) DELAY(usec)
144 DELAY((msecs * 1000)); \
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_os.h94 #define QLA_USEC_DELAY(usec) DELAY(usec)
153 DELAY((msecs * 1000)); \
/freebsd-12-stable/sys/dev/qlxge/
H A Dqls_os.h95 #define QLA_USEC_DELAY(usec) DELAY(usec)
146 DELAY((msecs * 1000)); \
/freebsd-12-stable/sys/dev/sound/pci/
H A Dvia82c686.c153 DELAY(1);
171 DELAY(1);
498 DELAY(100); /* Wait T_rst_low */
500 DELAY(5); /* Wait T_rst2clk */
505 DELAY(100);
507 DELAY(5); /* Wait T_sync_high */
509 DELAY(5); /* Wait T_sync2clk */
520 DELAY(5000);

Completed in 329 milliseconds

1234567891011>>