Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1200 uint32_t struc1, struc2, struc3, cap1, cap2, pgsz; in xhci_read_params() local
1214 struc1 = xhci_get32(xhcip, XHCI_R_CAP, XHCI_HCSPARAMS1); in xhci_read_params()
1230 xcap->xcap_max_slots = XHCI_HCS1_DEVSLOT_MAX(struc1); in xhci_read_params()
1231 xcap->xcap_max_intrs = XHCI_HCS1_IRQ_MAX(struc1); in xhci_read_params()
1232 xcap->xcap_max_ports = XHCI_HCS1_N_PORTS(struc1); in xhci_read_params()