HomeSort by: relevance | last modified time | path
    Searched refs:DWC3_GUSB3PIPECTL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_xhcireg.h 85 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + ((n) * 0x04))
octeon_xhci.c 354 val = bus_space_read_4(sc->sc_iot, ioh, DWC3_GUSB3PIPECTL(0));
357 bus_space_write_4(sc->sc_iot, ioh, DWC3_GUSB3PIPECTL(0), val);
  /src/sys/dev/fdt/
dwc3_fdt.c 69 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + ((n) * 4))
106 SET4(sc, DWC3_GUSB3PIPECTL(0), GUSB3PIPECTL_PHYSOFTRST);
114 CLR4(sc, DWC3_GUSB3PIPECTL(0), GUSB3PIPECTL_PHYSOFTRST);
160 val = RD4(sc, DWC3_GUSB3PIPECTL(0));
166 WR4(sc, DWC3_GUSB3PIPECTL(0), val);

Completed in 33 milliseconds