Home
last modified time | relevance | path

Searched refs:opregs (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c280 struct pci_xhci_opregs opregs; member
297 #define XHCI_HALTED(sc) ((sc)->opregs.usbsts & XHCI_STS_HCH)
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()
388 sc->opregs.usbsts &= ~XHCI_STS_HCH; in pci_xhci_usbcmd_write()
389 sc->opregs.usbsts |= XHCI_STS_PCD; in pci_xhci_usbcmd_write()
425 sc->opregs.usbcmd &= ~XHCI_CMD_RS; in pci_xhci_usbcmd_write()
426 sc->opregs.usbsts |= XHCI_STS_HCH; in pci_xhci_usbcmd_write()
427 sc->opregs.usbsts &= ~XHCI_STS_PCD; in pci_xhci_usbcmd_write()
431 cmd |= sc->opregs.usbcmd & XHCI_CMD_RS; in pci_xhci_usbcmd_write()
[all …]