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

  /src/sys/arch/arm/marvell/
mvsocgpp.c 65 struct mvsocgpp_softc { struct
89 static void mvsocgpp_dump_reg(struct mvsocgpp_softc *);
104 static struct mvsocgpp_softc *mvsocgpp_softc; /* One unit per One SoC */ variable in typeref:struct:mvsocgpp_softc *
109 CFATTACH_DECL_NEW(mvsocgpp, sizeof(struct mvsocgpp_softc),
133 struct mvsocgpp_softc *sc = device_private(self);
164 mvsocgpp_softc = sc;
244 struct mvsocgpp_softc *sc = mvsocgpp_softc;
268 struct mvsocgpp_softc *sc = mvsocgpp_softc
    [all...]

Completed in 13 milliseconds