Searched refs:EHCI_HCS_NUM_PORTS (Results 1 - 3 of 3) sorted by relevance

/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) {
137 capability & EHCI_HCS_NUM_PORTS);
143 root_hub_descr->bNbrPorts = capability & EHCI_HCS_NUM_PORTS;
H A Dehci_util.c4284 Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS);
4307 for (i = 0; i < (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); i++) {
4342 for (i = 0; i < (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); i++) {
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h125 #define EHCI_HCS_NUM_PORTS 0x0000000F /* No of root hub ports */ macro

Completed in 72 milliseconds