Searched refs:XHCI_HCS0_CSZ (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhcireg.h | 65 #define XHCI_HCS0_CSZ(x) (((x) >> 2) & 0x1) /* context size */ macro |
D | xhci.c | 568 if (XHCI_HCS0_CSZ(temp)) { in xhci_init() |