Searched refs:sof_time_wait (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c1186 clock_t sof_time_wait; local
1193 sof_time_wait = drv_usectohz((EHCI_NUM_PERIODIC_FRAME_LISTS * 1000) +
1201 &ehcip->ehci_int_mutex, sof_time_wait, TR_CLOCK_TICK);
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1515 clock_t sof_time_wait; local
1680 sof_time_wait = drv_usectohz(OHCI_MAX_SOF_TIMEWAIT * 1000000);
1691 &ohcip->ohci_int_mutex, sof_time_wait, TR_CLOCK_TICK);
10191 clock_t sof_time_wait; local
10207 sof_time_wait = drv_usectohz(OHCI_MAX_SOF_TIMEWAIT * 1000000);
10225 &ohcip->ohci_int_mutex, sof_time_wait, TR_CLOCK_TICK);

Completed in 81 milliseconds