Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h86 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1661 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, XHCI_STS_HCH, in xhci_controller_stop()
1662 XHCI_STS_HCH, 50, 10)); in xhci_controller_stop()
1790 XHCI_STS_HCH, 0, 500, 10)); in xhci_controller_start()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h122 #define XHCI_STS_HCH 0x00000001 /* RO - HC Halted */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c294 #define XHCI_HALTED(sc) ((sc)->opregs.usbsts & XHCI_STS_HCH)
383 sc->opregs.usbsts &= ~XHCI_STS_HCH; in pci_xhci_usbcmd_write()
421 sc->opregs.usbsts |= XHCI_STS_HCH; in pci_xhci_usbcmd_write()
2930 sc->opregs.usbsts = XHCI_STS_HCH; in pci_xhci_init()