Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1431 uint32_t cap_hdr; in xhci_find_ext_cap() local
1434 cap_hdr = xhci_get32(xhcip, XHCI_R_CAP, off); in xhci_find_ext_cap()
1444 if (cap_hdr == PCI_EINVAL32) in xhci_find_ext_cap()
1446 if (XHCI_XECP_ID(cap_hdr) == id && in xhci_find_ext_cap()
1451 next = XHCI_XECP_NEXT(cap_hdr); in xhci_find_ext_cap()