Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1251 xcap->xcap_xecp_off = XHCI_HCC1_XECP(cap1); in xhci_read_params()
1426 if (xhcip->xhci_caps.xcap_xecp_off == 0) in xhci_find_ext_cap()
1429 off = xhcip->xhci_caps.xcap_xecp_off << 2; in xhci_find_ext_cap()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h296 uint16_t xcap_xecp_off; member