Searched refs:XHCI_USBCMD (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | xhci.c | 655 xhci_op_write_4(sc, XHCI_USBCMD, 0); in xhci_detach() 857 xhci_op_write_4(sc, XHCI_USBCMD, in xhci_suspend() 858 xhci_op_read_4(sc, XHCI_USBCMD) & ~XHCI_CMD_RS); in xhci_suspend() 868 sc->sc_regs.usbcmd = xhci_op_read_4(sc, XHCI_USBCMD); in xhci_suspend() 882 xhci_op_write_4(sc, XHCI_USBCMD, in xhci_suspend() 883 xhci_op_read_4(sc, XHCI_USBCMD) | XHCI_CMD_CSS); in xhci_suspend() 976 xhci_op_write_4(sc, XHCI_USBCMD, sc->sc_regs.usbcmd); in xhci_resume() 992 xhci_op_write_4(sc, XHCI_USBCMD, in xhci_resume() 993 xhci_op_read_4(sc, XHCI_USBCMD) | XHCI_CMD_CRS); in xhci_resume() 1031 xhci_op_write_4(sc, XHCI_USBCMD, in xhci_resume() [all …]
|
| D | xhcireg.h | 118 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
|