Home
last modified time | relevance | path

Searched refs:EHCI_MAX_RH_PORTS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_hub.h63 uint_t rh_port_status[EHCI_MAX_RH_PORTS];
64 uint_t rh_port_state[EHCI_MAX_RH_PORTS];
H A Dehci.h62 #define EHCI_MAX_RH_PORTS 31 /* Maximum root hub ports */ macro
165 uint32_t ehci_rh_port_status[EHCI_MAX_RH_PORTS];
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c133 if ((capability & EHCI_HCS_NUM_PORTS) > EHCI_MAX_RH_PORTS) { in ehci_init_root_hub()