Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDxhcireg.h61 #define XHCI_HCSPARAMS0 0x10 /* RO capability parameters */ macro
HDxhci_pci.c513 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller()
HDxhci.c551 temp = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_init()
3429 v = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_roothub_exec()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_xhci.c2357 case XHCI_HCSPARAMS0: /* 0x10 */ in pci_xhci_hostcap_read()
/freebsd-14-stable/sys/dev/pci/
HDpci.c3733 cparams = bus_read_4(res, XHCI_HCSPARAMS0); in xhci_early_takeover()