Lines Matching refs:ti_prcm_softc
37 struct ti_prcm_softc;
74 int (*enable)(struct ti_prcm_softc *,
76 u_int (*get_rate)(struct ti_prcm_softc *,
78 int (*set_rate)(struct ti_prcm_softc *,
80 const char * (*get_parent)(struct ti_prcm_softc *,
82 int (*set_parent)(struct ti_prcm_softc *,
87 int ti_prcm_attach(struct ti_prcm_softc *);
88 struct ti_prcm_clk *ti_prcm_clock_find(struct ti_prcm_softc *, const char *);
91 ti_prcm_fixed_get_rate(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc)
105 ti_prcm_fixed_factor_get_rate(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc)
120 ti_prcm_fixed_factor_get_parent(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc)
137 ti_prcm_hwmod_get_parent(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc)
157 struct ti_prcm_softc {