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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 138 TI_UINT32 uSec = 0;
152 uSec = sec % MICROSECOND_IN_SECONDS;
155 printk(KERN_INFO DRIVER_NAME ": %d.%06d: %s",sec,uSec,p_msg);
329 uSec - delay time in microseconds
335 void os_StalluSec (TI_HANDLE OsContext, TI_UINT32 uSec)
337 udelay (uSec);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 459 /** \brief OS Stall uSec
462 * \param uSec - The time to delay in microseconds
470 void os_StalluSec (TI_HANDLE OsContext, TI_UINT32 uSec);

Completed in 49 milliseconds