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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h71 #define XHCI_DBOFF 0x14 /* RO doorbell offset */ macro
183 /* XHCI doorbell registers. Offset given by XHCI_CAPLENGTH + XHCI_DBOFF registers */
H A Dxhci.c509 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3;
556 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3;

Completed in 57 milliseconds