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

  /src/sys/dev/usb/
xhci.c 356 xhci_op_write_4(const struct xhci_softc * const sc, bus_size_t offset, function in typeref:typename:void
656 xhci_op_write_4(sc, XHCI_USBCMD, 0);
814 xhci_op_write_4(sc, port, v);
858 xhci_op_write_4(sc, XHCI_USBCMD,
883 xhci_op_write_4(sc, XHCI_USBCMD,
977 xhci_op_write_4(sc, XHCI_USBCMD, sc->sc_regs.usbcmd);
978 xhci_op_write_4(sc, XHCI_DNCTRL, sc->sc_regs.dnctrl);
980 xhci_op_write_4(sc, XHCI_CONFIG, sc->sc_regs.config);
993 xhci_op_write_4(sc, XHCI_USBCMD,
1032 xhci_op_write_4(sc, XHCI_USBCMD
    [all...]
xhci.c 356 xhci_op_write_4(const struct xhci_softc * const sc, bus_size_t offset, function in typeref:typename:void
656 xhci_op_write_4(sc, XHCI_USBCMD, 0);
814 xhci_op_write_4(sc, port, v);
858 xhci_op_write_4(sc, XHCI_USBCMD,
883 xhci_op_write_4(sc, XHCI_USBCMD,
977 xhci_op_write_4(sc, XHCI_USBCMD, sc->sc_regs.usbcmd);
978 xhci_op_write_4(sc, XHCI_DNCTRL, sc->sc_regs.dnctrl);
980 xhci_op_write_4(sc, XHCI_CONFIG, sc->sc_regs.config);
993 xhci_op_write_4(sc, XHCI_USBCMD,
1032 xhci_op_write_4(sc, XHCI_USBCMD
    [all...]

Completed in 24 milliseconds