Home
last modified time | relevance | path

Searched refs:usecs (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_timer.c53 int usleep(unsigned int usecs);
66 int hal_usleep(unsigned int usecs) in hal_usleep() argument
68 return usleep(usecs); in hal_usleep()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-sched.c222 int usecs = qh->ps.usecs; in reserve_release_intr_bandwidth() local
234 usecs = -usecs; in reserve_release_intr_bandwidth()
412 if (usecs > 125) { in tt_available()
601 : (qh->ps.usecs * 8); in qh_link_periodic()
639 : (qh->ps.usecs * 8); in qh_unlink_periodic()
768 unsigned usecs in check_period() argument
777 usecs = ehci->uframe_periodic_max - usecs; in check_period()
1333 int usecs = stream->ps.usecs; in reserve_release_iso_bandwidth() local
1345 usecs = -usecs; in reserve_release_iso_bandwidth()
1390 unsigned usecs; in itd_slot_ok() local
[all …]
A Dehci.h66 u8 usecs, c_usecs; /* times on the HS bus */ member
/bsp/allwinner/libraries/libos/src/
A Dos.c69 rt_weak int usleep(unsigned int usecs) in usleep() argument
72 int ticks = usecs / tickDiv; in usleep()
73 int msecs = usecs % tickDiv; in usleep()
81 rt_hw_us_delay(usecs); in usleep()
/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_timer.h49 int hal_usleep(unsigned int usecs);

Completed in 19 milliseconds