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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c4266 "Port indicators: %s", (Get_Cap(ehci_hcs_params) &
4270 (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_COMP_CTRLS)
4274 (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS_CC)
4277 "Port routing rules: %s", (Get_Cap(ehci_hcs_params) &
4280 "Port power control: %s", (Get_Cap(ehci_hcs_params) &
4284 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++) {
H A Dehci_hub.c125 capability = Get_Cap(ehci_hcs_params);
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h104 uint32_t ehci_hcs_params; /* Structural paramters */ member in struct:ehci_caps

Completed in 74 milliseconds