HomeSort by: relevance | last modified time | path
    Searched defs:ti_prcm_softc (Results 1 - 1 of 1) 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...]

Completed in 11 milliseconds