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.c1213 xhci_capability_t *xcap; in xhci_read_params() local
1238 xcap = &xhcip->xhci_caps; in xhci_read_params()
1239 xcap->xcap_usb_vers = usb; in xhci_read_params()
1240 xcap->xcap_hci_vers = vers; in xhci_read_params()
1241 xcap->xcap_max_slots = XHCI_HCS1_DEVSLOT_MAX(struc1); in xhci_read_params()
1242 xcap->xcap_max_intrs = XHCI_HCS1_IRQ_MAX(struc1); in xhci_read_params()
1243 xcap->xcap_max_ports = XHCI_HCS1_N_PORTS(struc1); in xhci_read_params()
1244 if (xcap->xcap_max_ports > MAX_PORTS) { in xhci_read_params()
1246 "supports %d, limiting to %d\n", xcap->xcap_max_ports, in xhci_read_params()
1248 xcap->xcap_max_ports = MAX_PORTS; in xhci_read_params()
[all …]