Home
last modified time | relevance | path

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.c1187 clock_t sof_time_wait; in ehci_init_check_status() local
1194 sof_time_wait = drv_usectohz((EHCI_NUM_PERIODIC_FRAME_LISTS * 1000) + in ehci_init_check_status()
1202 &ehcip->ehci_int_mutex, sof_time_wait, TR_CLOCK_TICK); in ehci_init_check_status()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1499 clock_t sof_time_wait; in ohci_init_ctlr() local
1664 sof_time_wait = drv_usectohz(OHCI_MAX_SOF_TIMEWAIT * 1000000); in ohci_init_ctlr()
1675 &ohcip->ohci_int_mutex, sof_time_wait, TR_CLOCK_TICK); in ohci_init_ctlr()
10171 clock_t sof_time_wait; in ohci_wait_for_sof() local
10187 sof_time_wait = drv_usectohz(OHCI_MAX_SOF_TIMEWAIT * 1000000); in ohci_wait_for_sof()
10205 &ohcip->ohci_int_mutex, sof_time_wait, TR_CLOCK_TICK); in ohci_wait_for_sof()