Searched refs:XHCI_USBCMD (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | xhcireg.h | 77 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
|
| D | xhci.c | 478 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/ |
| D | pci_xhci.c | 2170 case XHCI_USBCMD: in pci_xhci_hostop_write() 2329 case XHCI_USBCMD: /* 0x00 */ in pci_xhci_hostop_read()
|
| /freebsd-12-stable/sys/dev/pci/ |
| D | pci.c | 3656 bus_write_4(res, offs + XHCI_USBCMD, 0); in xhci_early_takeover()
|