Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c66 if (xhcip->xhci_caps.xcap_flags & XCAP_AC64) { in xhci_dma_transfer_attr()
H A Dxhci.c1260 xcap->xcap_flags = XHCI_HCC1_FLAGS_MASK(cap1); in xhci_read_params()
1324 xhcip->xhci_caps.xcap_flags &= ~XCAP_AC64; in xhci_identify()
H A Dxhci_hub.c763 if (xhcip->xhci_caps.xcap_flags & XCAP_PPC) in xhci_root_hub_fill_hub_desc()
H A Dxhci_usba.c1678 if (xhcip->xhci_caps.xcap_flags & XCAP_CSZ) { in xhci_hcdi_device_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h294 xchi_cap_flags_t xcap_flags; member