HomeSort by relevance Sort by last modified time
    Searched refs:msleep (Results 1 - 12 of 12) sorted by null

  /external/u-boot/drivers/usb/musb-new/
linux-compat.h 16 #define msleep(a) udelay(a * 1000) macro
am35x.c 412 msleep(5);
  /external/u-boot/arch/arm/mach-exynos/include/mach/
dp_info.h 11 #define msleep(a) udelay(a * 1000) macro
  /external/toybox/toys/other/
nbd_client.c 90 if (temp == -1) msleep(100);
  /external/u-boot/drivers/ata/
sata_sil3114.c 35 static void msleep (int count);
77 msleep (150);
80 msleep (100);
89 msleep (100);
195 msleep (150);
298 msleep (10);
424 static void msleep (int count) function
605 msleep (50);
760 msleep (150);
ahci.c 69 #define msleep(a) udelay(a * 1000) macro
112 msleep(1);
255 msleep(500);
  /external/u-boot/drivers/rtc/
s35392a.c 77 #define msleep(a) udelay(a * 1000) macro
174 msleep(500);
  /external/u-boot/drivers/mmc/
bcm2835_sdhost.c 46 #define msleep(a) udelay(a * 1000) macro
226 msleep(20);
229 msleep(20);
  /external/libusb/examples/
xusb.c 30 #define msleep(msecs) Sleep(msecs) macro
33 #define msleep(msecs) nanosleep(&(struct timespec){msecs / 1000, (msecs * 1000000) % 1000000000UL}, NULL); macro
948 msleep(2000);
    [all...]
  /external/toybox/lib/
lib.h 209 void msleep(long milliseconds);
lib.c 549 void msleep(long milliseconds) function
    [all...]
  /external/toybox/toys/posix/
ps.c     [all...]

Completed in 451 milliseconds