Home
last modified time | relevance | path

Searched refs:XHCI_DBOFF (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h72 #define XHCI_DBOFF 0x14 /* RO doorbell offset */ macro
H A Dxhci.c463 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3; in xhci_halt_controller()
537 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3; in xhci_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2319 case XHCI_DBOFF: /* 0x14 */ in pci_xhci_hostcap_read()