Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h65 #define XHCI_HCS0_CSZ(x) (((x) >> 2) & 0x1) /* context size */ macro
Dxhci.c568 if (XHCI_HCS0_CSZ(temp)) { in xhci_init()