Home
last modified time | relevance | path

Searched refs:struc2 (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
1215 struc2 = xhci_get32(xhcip, XHCI_R_CAP, XHCI_HCSPARAMS2); in xhci_read_params()
1240 xcap->xcap_ist_micro = XHCI_HCS2_IST_MICRO(struc2); in xhci_read_params()
1241 xcap->xcap_ist = XHCI_HCS2_IST(struc2); in xhci_read_params()
1242 xcap->xcap_max_esrt = XHCI_HCS2_ERST_MAX(struc2); in xhci_read_params()
1243 xcap->xcap_scratch_restore = XHCI_HCS2_SPR(struc2); in xhci_read_params()
1244 xcap->xcap_max_scratch = XHCI_HCS2_SPB_MAX(struc2); in xhci_read_params()