Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dxhcireg.h95 #define XHCI_HCC_CFC(x) __SHIFTOUT((x), __BIT(11)) /* Configuous Frame ID */ macro
H A Dxhci.c4625 if (XHCI_HCC_CFC(sc->sc_hcc)) { in xhci_device_isoc_enter()