Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dxhcireg.h77 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
Dxhci.c478 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS | in xhci_start_controller()
488 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_start_controller()
518 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_halt_controller()
543 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_reset_controller()
547 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_reset_controller()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.c2170 case XHCI_USBCMD: in pci_xhci_hostop_write()
2329 case XHCI_USBCMD: /* 0x00 */ in pci_xhci_hostop_read()
/freebsd-12-stable/sys/dev/pci/
Dpci.c3656 bus_write_4(res, offs + XHCI_USBCMD, 0); in xhci_early_takeover()