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

/netbsd-current/sys/dev/usb/
H A Dxhci.c634 xhci_op_write_4(sc, XHCI_USBCMD, 0);
836 xhci_op_write_4(sc, XHCI_USBCMD,
837 xhci_op_read_4(sc, XHCI_USBCMD) & ~XHCI_CMD_RS);
847 sc->sc_regs.usbcmd = xhci_op_read_4(sc, XHCI_USBCMD);
861 xhci_op_write_4(sc, XHCI_USBCMD,
862 xhci_op_read_4(sc, XHCI_USBCMD) | XHCI_CMD_CSS);
955 xhci_op_write_4(sc, XHCI_USBCMD, sc->sc_regs.usbcmd);
971 xhci_op_write_4(sc, XHCI_USBCMD,
972 xhci_op_read_4(sc, XHCI_USBCMD) | XHCI_CMD_CRS);
1010 xhci_op_write_4(sc, XHCI_USBCMD,
[all...]
H A Dxhcireg.h118 #define XHCI_USBCMD 0x00 /* XHCI command */ macro

Completed in 129 milliseconds