Searched refs:XHCI_HCC_CSZ (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ | ||
| D | xhcireg.h | 88 #define XHCI_HCC_CSZ(x) (((x) >> 2) & 0x1) /* Context size */ macro |
| D | xhci.c | 331 sc->sc_ctxsize = XHCI_HCC_CSZ(hcr) ? 64 : 32; in xhci_init() |