Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1202 xhci_capability_t *xcap; in xhci_read_params() local
1227 xcap = &xhcip->xhci_caps; in xhci_read_params()
1228 xcap->xcap_usb_vers = usb; in xhci_read_params()
1229 xcap->xcap_hci_vers = vers; in xhci_read_params()
1233 if (xcap->xcap_max_ports > MAX_PORTS) { in xhci_read_params()
1237 xcap->xcap_max_ports = MAX_PORTS; in xhci_read_params()
1241 xcap->xcap_ist = XHCI_HCS2_IST(struc2); in xhci_read_params()
1251 xcap->xcap_xecp_off = XHCI_HCC1_XECP(cap1); in xhci_read_params()
1259 if (xcap->xcap_hci_vers < 0x96 || xcap->xcap_hci_vers >= 0x200) { in xhci_read_params()
1261 xcap->xcap_hci_vers); in xhci_read_params()
[all …]