Home
last modified time | relevance | path

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

/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
/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()
137 capability & EHCI_HCS_NUM_PORTS); in ehci_init_root_hub()
143 root_hub_descr->bNbrPorts = capability & EHCI_HCS_NUM_PORTS; in ehci_init_root_hub()
H A Dehci_util.c4306 Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); in ehci_print_caps()
4329 for (i = 0; i < (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); i++) { in ehci_print_caps()
4364 for (i = 0; i < (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); i++) { in ehci_print_regs()