Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhcireg.h88 #define XHCI_HCC_CSZ(x) (((x) >> 2) & 0x1) /* Context size */ macro
Dxhci.c331 sc->sc_ctxsize = XHCI_HCC_CSZ(hcr) ? 64 : 32; in xhci_init()