Home
last modified time | relevance | path

Searched full:usbcmd (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dcdns,usb3.yaml34 - description: interrupt used to wake up core, e.g when usbcmd.rs is
H A Dmsm-hsusb.txt78 before starting controller using usbcmd run/stop bit.
H A Dchipidea,usb2-common.yaml48 aligned with ITC bits at register USBCMD.
H A Dci-hdrc-usb2.txt44 should be aligned with ITC bits at register USBCMD.
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c206 uint32_t usbcmd; /* usb command */ member
385 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()
/freebsd/sys/dev/usb/controller/
H A Dehci_fsl.c131 * Offsets from USBCMD register, little-endian access.
/freebsd/sys/arm/ti/usb/
H A Domap_host.c271 * ports to be taken out of suspend when the USBCMD.Run/Stop bit is cleared in omap_uhh_init()