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

  /src/sys/arch/mips/cavium/dev/
octeon_xhcireg.h 85 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + ((n) * 0x04))
  /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 12 milliseconds