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

  /src/sys/arch/arm/ti/
ti_prcm.h 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
157 struct ti_prcm_softc { struct
    [all...]
ti_prcm.c 44 static struct ti_prcm_softc *prcm_softc = NULL;
49 struct ti_prcm_softc * const sc = priv;
67 struct ti_prcm_softc * const sc = priv;
86 struct ti_prcm_softc * const sc = priv;
108 struct ti_prcm_softc * const sc = priv;
129 struct ti_prcm_softc * const sc = priv;
143 struct ti_prcm_softc * const sc = priv;
155 struct ti_prcm_softc * const sc = priv;
187 ti_prcm_clock_find(struct ti_prcm_softc *sc, const char *name)
200 ti_prcm_attach(struct ti_prcm_softc *sc
    [all...]
omap3_cm.c 58 omap3_cm_hwmod_nopenable(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc, int enable)
64 omap3_cm_hwmod_enable(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc, int enable)
109 CFATTACH_DECL_NEW(omap3_cm, sizeof(struct ti_prcm_softc),
170 omap3_cm_initclocks(struct ti_prcm_softc *sc)
192 struct ti_prcm_softc * const sc = device_private(self);
am3_prcm.c 69 struct ti_prcm_softc sc_prcm; /* must be first */
77 am3_prcm_hwmod_enable(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc, int enable)
92 am3_prcm_hwmod_enable_display(struct ti_prcm_softc *sc, struct ti_prcm_clk *tc, int enable)

Completed in 15 milliseconds