HomeSort by: relevance | last modified time | path
    Searched defs:usbcmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhcivar.h 158 uint32_t usbcmd; member in struct:xhci_softc::xhci_registers
xhci.c 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; local in function:xhci_hc_reset
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);
    [all...]

Completed in 14 milliseconds