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

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h119 #define XHCI_CMD_RS __BIT(0) /* RW Run/Stop */ macro
H A Dxhci.c837 xhci_op_read_4(sc, XHCI_USBCMD) & ~XHCI_CMD_RS);
1011 xhci_op_read_4(sc, XHCI_USBCMD) | XHCI_CMD_RS);
1377 xhci_op_write_4(sc, XHCI_USBCMD, XHCI_CMD_INTE|XHCI_CMD_RS);

Completed in 84 milliseconds