Searched refs:XHCI_RTSOFF (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h72 #define XHCI_RTSOFF 0x18 /* RO runtime register space offset */ macro
160 /* XHCI runtime registers. Offset given by XHCI_CAPLENGTH + XHCI_RTSOFF registers */
H A Dxhci.c567 sc->sc_runt_off = XREAD4(sc, capa, XHCI_RTSOFF) & ~0xF;
614 sc->sc_runt_off = XREAD4(sc, capa, XHCI_RTSOFF) & ~0x1F;

Completed in 103 milliseconds