Home
last modified time | relevance | path

Searched refs:XHCI_CAPLENGTH (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h44 #define XHCI_CAPLENGTH 0x00 /* RO capability */ macro
H A Dxhci.c462 sc->sc_oper_off = XREAD1(sc, capa, XHCI_CAPLENGTH); in xhci_halt_controller()
536 sc->sc_oper_off = XREAD1(sc, capa, XHCI_CAPLENGTH); in xhci_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2341 case XHCI_CAPLENGTH: /* 0x00 */ in pci_xhci_hostcap_read()
/freebsd/sys/dev/pci/
H A Dpci.c3807 offs = bus_read_1(res, XHCI_CAPLENGTH); in xhci_early_takeover()