Searched defs:ti_clk_ll_ops (Results 1 – 2 of 2) sorted by relevance
228 struct ti_clk_ll_ops { struct229 u32 (*clk_readl)(const struct clk_omap_reg *reg);230 void (*clk_writel)(u32 val, const struct clk_omap_reg *reg);231 void (*clk_rmw)(u32 val, u32 mask, const struct clk_omap_reg *reg);232 int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);233 int (*clkdm_clk_disable)(struct clockdomain *clkdm,258 int ti_clk_setup_ll_ops(struct ti_clk_ll_ops *ops); argument
34 struct ti_clk_ll_ops *ti_clk_ll_ops; variable