Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h64 uint_t rh_port_status[OHCI_MAX_RH_PORTS];
65 uint_t rh_port_state[OHCI_MAX_RH_PORTS];
H A Dohci.h63 #define OHCI_MAX_RH_PORTS 15 /* Maximum root hub ports */ macro
160 uint32_t hcr_rh_portstatus[OHCI_MAX_RH_PORTS]; /* RH port sts */
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c134 if ((des_A & HCR_RHA_NDP) > OHCI_MAX_RH_PORTS) { in ohci_init_root_hub()