Lines Matching defs:usbcmd
863 * following order: USBCMD, DNCTRL, DCBAAP, CONFIG, ERSTSZ,
869 sc->sc_regs.usbcmd = xhci_op_read_4(sc, XHCI_USBCMD);
880 * `5. Set the Controller Save State (CSS) flag in the USBCMD
977 xhci_op_write_4(sc, XHCI_USBCMD, sc->sc_regs.usbcmd);
991 * USBCMD register (5.4.1) to ``1''...'
1166 uint32_t usbcmd, usbsts;
1182 usbcmd = 0;
1183 xhci_op_write_4(sc, XHCI_USBCMD, usbcmd);
1187 usbcmd = XHCI_CMD_HCRST;
1188 xhci_op_write_4(sc, XHCI_USBCMD, usbcmd);
1195 usbcmd = xhci_op_read_4(sc, XHCI_USBCMD);
1196 if ((usbcmd & XHCI_CMD_HCRST) == 0)
1400 aprint_debug_dev(sc->sc_dev, "USBCMD 0x%08"PRIx32"\n",