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

  /src/sys/arch/arm/ti/
ti_prcm.c 52 clk = ti_prcm_clock_find(sc, name);
167 clk_parent = ti_prcm_clock_find(sc, parent);
187 ti_prcm_clock_find(struct ti_prcm_softc *sc, const char *name) function in typeref:struct:ti_prcm_clk *
245 tc = ti_prcm_clock_find(prcm_softc, p);
ti_prcm.h 88 struct ti_prcm_clk *ti_prcm_clock_find(struct ti_prcm_softc *, const char *);
110 tc_parent = ti_prcm_clock_find(sc, tc->u.fixed_factor.parent);

Completed in 13 milliseconds