Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h61 #define XHCI_HCSPARAMS0 0x10 /* RO capability parameters */ macro
H A Dxhci_pci.c516 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2357 case XHCI_HCSPARAMS0: /* 0x10 */ in pci_xhci_hostcap_read()
/freebsd/sys/dev/pci/
H A Dpci.c3750 cparams = bus_read_4(res, XHCI_HCSPARAMS0); in xhci_early_takeover()