Home
last modified time | relevance | path

Searched refs:MAX_SOF_WAIT_COUNT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h75 #define MAX_SOF_WAIT_COUNT 2 macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h421 #define MAX_SOF_WAIT_COUNT 2 /* Wait for maximum SOF frames */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h397 #define MAX_SOF_WAIT_COUNT 2 /* Wait for maximum SOF frames */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1285 ehci_get_current_frame_number(ehcip) + MAX_SOF_WAIT_COUNT; in ehci_insert_qh_on_reclaim_list()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4586 ohci_get_current_frame_number(ohcip) + MAX_SOF_WAIT_COUNT; in ohci_insert_ed_on_reclaim_list()
10197 while (sof_wait_count < MAX_SOF_WAIT_COUNT) { in ohci_wait_for_sof()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c4767 for (n = 0; n < MAX_SOF_WAIT_COUNT; n++) { in uhci_wait_for_sof()