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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h77 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
H A Dxhci.c478 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS |
488 XWRITE4(sc, oper, XHCI_USBCMD, 0);
518 XWRITE4(sc, oper, XHCI_USBCMD, 0);
543 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST);
547 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) |
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c2168 case XHCI_USBCMD:
2326 case XHCI_USBCMD: /* 0x00 */
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c3661 bus_write_4(res, offs + XHCI_USBCMD, 0);

Completed in 541 milliseconds