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

  /src/sys/arch/arm/ti/
ti_prcm.h 36 struct ti_prcm_clk;
65 struct ti_prcm_clk { struct
75 struct ti_prcm_clk *, int);
77 struct ti_prcm_clk *);
79 struct ti_prcm_clk *, u_int);
81 struct ti_prcm_clk *);
83 struct ti_prcm_clk *,
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
    [all...]
ti_prcm.c 50 struct ti_prcm_clk *clk;
68 struct ti_prcm_clk *clk = (struct ti_prcm_clk *)clkp;
87 struct ti_prcm_clk *clk = (struct ti_prcm_clk *)clkp;
109 struct ti_prcm_clk *clk = (struct ti_prcm_clk *)clkp;
130 struct ti_prcm_clk *clk = (struct ti_prcm_clk *)clkp;
144 struct ti_prcm_clk *clk = (struct ti_prcm_clk *)clkp
    [all...]
am3_prcm.c 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)
154 static struct ti_prcm_clk am3_prcm_clks[] = {
237 struct ti_prcm_clk *tclk = &sc->sc_prcm.sc_clks[n];
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)
112 static struct ti_prcm_clk omap3_cm_clks[] = {

Completed in 15 milliseconds