prcm_softc
void prcm_v3_enablemodule(struct prcm_softc *, int);
void prcm_v3_setclock(struct prcm_softc *, int, int);
void prcm_v4_enablemodule(struct prcm_softc *, int);
sizeof (struct prcm_softc), NULL, prcm_attach
struct prcm_softc *sc = (struct prcm_softc *) self;
prcm_v3_setup(struct prcm_softc *sc)
struct prcm_softc *sc = prcm_cd.cd_devs[0];
prcm_am335x_setclock(struct prcm_softc *sc, int clock, int speed)
prcm_v3_setclock(struct prcm_softc *sc, int clock, int speed)
struct prcm_softc *sc = prcm_cd.cd_devs[0];
prcm_am335x_enablemodule(struct prcm_softc *sc, int mod)
prcm_v3_enablemodule(struct prcm_softc *sc, int mod)
prcm_v4_enablemodule(struct prcm_softc *sc, int mod)
struct prcm_softc *sc = prcm_cd.cd_devs[0];
struct prcm_softc *sc = prcm_cd.cd_devs[0];
prcm_setup_dpll5(struct prcm_softc *sc)
void (*sc_setup)(struct prcm_softc *sc);
void (*sc_enablemodule)(struct prcm_softc *sc, int mod);
void (*sc_setclock)(struct prcm_softc *sc,
int prcm_setup_dpll5(struct prcm_softc *);
void prcm_am335x_enablemodule(struct prcm_softc *, int);
void prcm_am335x_setclock(struct prcm_softc *, int, int);
void prcm_v3_setup(struct prcm_softc *);