Searched refs:XHCI_CMD_RS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h78 #define XHCI_CMD_RS 0x00000001 /* RW Run/Stop */ macro
H A Dxhci.c478 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS |
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c377 if (cmd & XHCI_CMD_RS) {
378 do_intr = (sc->opregs.usbcmd & XHCI_CMD_RS) == 0;
380 sc->opregs.usbcmd |= XHCI_CMD_RS;
418 sc->opregs.usbcmd &= ~XHCI_CMD_RS;
424 cmd |= sc->opregs.usbcmd & XHCI_CMD_RS;
2600 (sc->opregs.usbcmd & XHCI_CMD_RS) == 0 ||

Completed in 105 milliseconds