Searched refs:XHCI_HCS0_CSZ (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
H A D | xhcireg.h | 64 #define XHCI_HCS0_CSZ(x) (((x) >> 2) & 0x1) /* context size */ macro |
H A D | xhci.c | 567 if (XHCI_HCS0_CSZ(temp)) { in xhci_init() |
Completed in 6 milliseconds