Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c207 uint32_t usbsts; /* usb status */ member
297 #define XHCI_HALTED(sc) ((sc)->opregs.usbsts & XHCI_STS_HCH)
388 sc->opregs.usbsts &= ~XHCI_STS_HCH; in pci_xhci_usbcmd_write()
389 sc->opregs.usbsts |= XHCI_STS_PCD; 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()
631 sc->opregs.usbsts |= XHCI_STS_EINT; in pci_xhci_assert_interrupt()
2240 sc->opregs.usbsts &= ~(value & in pci_xhci_hostop_write()
2397 value = sc->opregs.usbsts; in pci_xhci_hostop_read()
2949 sc->opregs.usbsts = XHCI_STS_HCH; in pci_xhci_init()
[all …]