Searched refs:XHCI_CMD_RS (Results 1 – 4 of 4) sorted by relevance
76 #define XHCI_CMD_RS 0x00000001 /* RW Run/Stop */ macro
379 if (cmd & XHCI_CMD_RS) { in pci_xhci_usbcmd_write()380 do_intr = (sc->opregs.usbcmd & XHCI_CMD_RS) == 0; in pci_xhci_usbcmd_write()382 sc->opregs.usbcmd |= XHCI_CMD_RS; in pci_xhci_usbcmd_write()420 sc->opregs.usbcmd &= ~XHCI_CMD_RS; in pci_xhci_usbcmd_write()426 cmd |= sc->opregs.usbcmd & XHCI_CMD_RS; in pci_xhci_usbcmd_write()2682 (sc->opregs.usbcmd & XHCI_CMD_RS) == 0 || in pci_xhci_dev_intr()
110 #define XHCI_CMD_RS 0x00000001 /* RW Run/Stop */ macro
1658 cmdreg &= ~(XHCI_CMD_RS | XHCI_CMD_INTE); in xhci_controller_stop()1791 reg |= XHCI_CMD_RS; in xhci_controller_start()