Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h93 #define XHCI_HCC1_PSA_SZ_MAX(x) (((x) >> 12) & 0xF) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1250 xcap->xcap_max_psa = XHCI_HCC1_PSA_SZ_MAX(cap1); in xhci_read_params()