Searched refs:usbcmd (Results 1 – 2 of 2) sorted by relevance
206 uint32_t usbcmd; /* usb command */ member385 do_intr = (sc->opregs.usbcmd & XHCI_CMD_RS) == 0; in pci_xhci_usbcmd_write()387 sc->opregs.usbcmd |= XHCI_CMD_RS; in pci_xhci_usbcmd_write()425 sc->opregs.usbcmd &= ~XHCI_CMD_RS; in pci_xhci_usbcmd_write()431 cmd |= sc->opregs.usbcmd & XHCI_CMD_RS; in pci_xhci_usbcmd_write()634 if ((sc->opregs.usbcmd & XHCI_CMD_INTE) && in pci_xhci_assert_interrupt()2235 sc->opregs.usbcmd = pci_xhci_usbcmd_write(sc, value & 0x3F0F); in pci_xhci_hostop_write()2393 value = sc->opregs.usbcmd; in pci_xhci_hostop_read()2665 (sc->opregs.usbcmd & XHCI_CMD_RS) == 0 || in pci_xhci_dev_intr()3094 SNAPSHOT_VAR_OR_LEAVE(sc->opregs.usbcmd, meta, ret, done); in pci_xhci_snapshot()
78 before starting controller using usbcmd run/stop bit.