Searched refs:DELAY (Results 226 - 250 of 648) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c1145 DELAY(20);
1160 DELAY(20);
1190 DELAY(10);
1314 DELAY(10);
1321 DELAY(10);
1328 DELAY(20);
1338 DELAY(10);
1347 DELAY(10);
1358 DELAY(10);
1365 DELAY(1
[all...]
/freebsd-12-stable/sys/dev/sound/pci/
H A Datiixp.c273 DELAY(20);
283 DELAY(20);
305 DELAY(20);
371 DELAY(1);
400 DELAY(1);
991 DELAY(1000);
995 DELAY(1000);
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.c1012 DELAY(AL_ETH_LM_GEARBOX_RESET_DELAY);
1315 DELAY(AL_ETH_LM_RETIMER_LINK_STATUS_DELAY);
1327 DELAY(1000);
1357 DELAY(AL_ETH_LM_GEARBOX_RESET_DELAY);
1362 DELAY(AL_ETH_LM_RETIMER_LINK_STATUS_DELAY);
1423 DELAY(AL_ETH_LM_LINK_STATUS_DELAY);
1435 DELAY(AL_ETH_LM_LINK_STATUS_DELAY);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_urtw.c2150 DELAY(URTW_EPROM_DELAY);
2224 DELAY(URTW_EPROM_DELAY);
2238 DELAY(URTW_EPROM_DELAY);
2242 DELAY(URTW_EPROM_DELAY);
2255 DELAY(URTW_EPROM_DELAY);
2272 DELAY(URTW_EPROM_DELAY);
2693 DELAY(10);
2696 DELAY(2);
2698 DELAY(10);
2705 DELAY(1
[all...]
/freebsd-12-stable/sys/dev/vge/
H A Dif_vge.c315 DELAY(1);
335 DELAY(1);
352 DELAY(1);
380 DELAY(1);
416 DELAY(1);
485 DELAY(1);
619 DELAY(5);
627 DELAY(2000);
630 DELAY(5000);
1057 DELAY(
[all...]
/freebsd-12-stable/sys/dev/sdhci/
H A Dsdhci.c277 DELAY(1);
292 DELAY(10);
427 DELAY(1000);
476 DELAY(100);
483 DELAY(10);
485 DELAY(300);
504 DELAY(10);
1330 DELAY(5000);
1345 DELAY(5000);
1520 DELAY(100
[all...]
/freebsd-12-stable/sys/dev/aha/
H A Daha.c309 DELAY(10000);
1319 DELAY(100);
1333 DELAY(100);
1347 DELAY(100);
1423 DELAY(10);
1448 DELAY(100);
1466 DELAY(100);
1535 DELAY(100);
1564 DELAY(1000);
/freebsd-12-stable/sys/dev/bfe/
H A Dif_bfe.c903 DELAY(100);
925 DELAY(10);
971 DELAY(100);
1027 DELAY(10);
1030 DELAY(10);
1044 DELAY(10);
1056 DELAY(10);
1061 DELAY(10);
1182 DELAY(10);
/freebsd-12-stable/sys/dev/fdc/
H A Dfdc.c435 DELAY(step);
455 DELAY(step);
519 DELAY(100);
523 DELAY(100);
804 DELAY(1000000);
1697 DELAY(100);
1952 DELAY(1000000); /* 1 sec */
1961 DELAY(300000);
1977 DELAY(i == 0 ? 1000000 : 300000);
/freebsd-12-stable/sys/dev/my/
H A Dif_my.c212 DELAY(30);
253 DELAY(30);
289 DELAY(1);
294 DELAY(1);
375 DELAY(500);
436 DELAY(5000000);
731 DELAY(10);
763 DELAY(10);
771 DELAY(1000);
/freebsd-12-stable/sys/dev/sge/
H A Dif_sge.c221 DELAY(500);
226 DELAY(100);
313 DELAY(50);
342 DELAY(10);
347 DELAY(10);
367 DELAY(10);
372 DELAY(10);
515 DELAY(100);
1898 DELAY(2000);
/freebsd-12-stable/sys/arm/ralink/
H A Dif_fv.c254 DELAY(10000);
358 DELAY(1000);
362 DELAY(1000);
485 DELAY(10);
487 DELAY(10);
503 DELAY(10);
505 DELAY(10);
609 DELAY(1000);
617 DELAY(1000);
625 DELAY(100
[all...]
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_pccard.c732 DELAY(10);
735 DELAY(10);
737 DELAY(10);
740 DELAY(10);
804 DELAY(10*1000);
/freebsd-12-stable/sys/dev/viapm/
H A Dviapm.c570 DELAY(10);
580 DELAY(10);
611 DELAY(10);
885 DELAY(2);
931 DELAY(2);
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c1125 DELAY(1);
1128 DELAY(17);
1151 DELAY(17);
1159 DELAY(17);
1166 DELAY(1000);
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c207 DELAY(5);
258 DELAY(1);
299 DELAY(1);
1160 DELAY(5);
1166 DELAY(5);
/freebsd-12-stable/sys/dev/re/
H A Dif_re.c387 DELAY(100);
389 DELAY(150);
391 DELAY(100);
414 DELAY(100);
418 DELAY(100);
435 DELAY(100);
470 DELAY(25);
481 DELAY(20);
502 DELAY(25);
513 DELAY(2
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h115 #define udelay(usecs) DELAY(usecs)
117 while (loops--) DELAY(1000); \
119 #define DRM_UDELAY(udelay) DELAY(udelay)
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_drv.h52 DELAY(1000); \
71 DELAY(1000); \
86 DELAY(1); \
/freebsd-12-stable/sys/dev/nand/
H A Dnfc_fsl.c497 DELAY(1000);
605 DELAY(1000);
616 DELAY(25);
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c46 DELAY(MiliSeconds * 1000); // DELAY takes in usecs
102 DELAY( 50000 );
474 DELAY( 200000 ); // or use AGTIAPI_INIT_MDELAY(200);
/freebsd-12-stable/sys/dev/sio/
H A Dsio.c561 /* EXTRA DELAY? */
597 DELAY((16 + 1) * 1000000 / (comdefaultrate / 10));
604 DELAY((16 + 1) * 1000000 / (SIO_TEST_SPEED / 10));
612 /* EXTRA DELAY? */
615 DELAY(1000); /* XXX */
622 /* EXTRA DELAY? */
643 DELAY((1 + 2) * 1000000 / (comdefaultrate / 10));
645 DELAY((1 + 2) * 1000000 / (SIO_TEST_SPEED / 10));
654 /* EXTRA DELAY? */
674 DELAY(1000
[all...]
/freebsd-12-stable/sys/dev/amdsmb/
H A Damdsmb.c216 DELAY(1);
230 DELAY(1);
290 DELAY(500);
/freebsd-12-stable/sys/arm/allwinner/
H A Da10_hdmi.c252 DELAY(HDMI_ENABLE_DELAY);
379 DELAY(DDC_DELAY);
491 DELAY(SWRST_DELAY);
/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.c416 DELAY(1000);
457 DELAY(1000);
540 DELAY(100);

Completed in 405 milliseconds

1234567891011>>