Home
last modified time | relevance | path

Searched refs:msleep (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/ata/
Dsata_sil3114.c35 static void msleep (int count);
77 msleep (150); in sata_bus_softreset()
80 msleep (100); in sata_bus_softreset()
89 msleep (100); in sata_bus_softreset()
195 msleep (150); in set_Feature_cmd()
298 msleep (10); in sil3114_spin_up()
424 static void msleep (int count) in msleep() function
605 msleep (50); in sata_write()
760 msleep (150); in sata_phy_reset()
Dahci.c69 #define msleep(a) udelay(a * 1000) macro
112 msleep(1); in waiting_for_cmd_completed()
255 msleep(500); in ahci_host_init()
/external/u-boot/drivers/usb/musb-new/
Dlinux-compat.h16 #define msleep(a) udelay(a * 1000) macro
Dam35x.c412 msleep(5); in am35x_musb_init()
/external/u-boot/drivers/rtc/
Ds35392a.c77 #define msleep(a) udelay(a * 1000) macro
174 msleep(500); in s35392a_rtc_init()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp_info.h11 #define msleep(a) udelay(a * 1000) macro
/external/toybox/toys/other/
Dnbd_client.c90 if (temp == -1) msleep(100); in nbd_client_main()
/external/u-boot/drivers/mmc/
Dbcm2835_sdhost.c46 #define msleep(a) udelay(a * 1000) macro
226 msleep(20); in bcm2835_reset_internal()
229 msleep(20); in bcm2835_reset_internal()
/external/libusb/examples/
Dxusb.c30 #define msleep(msecs) Sleep(msecs) macro
33 #define msleep(msecs) nanosleep(&(struct timespec){msecs / 1000, (msecs * 1000000) % 1000000000UL},… macro
948 msleep(2000); in test_device()
/external/toybox/lib/
Dlib.h209 void msleep(long milliseconds);
Dlib.c549 void msleep(long milliseconds) in msleep() function
/external/toybox/toys/posix/
Dps.c1502 msleep(250); in top_common()
1684 msleep(timeout-now); in top_common()