Searched defs:ti_clk_ll_ops (Results 1 – 2 of 2) sorted by relevance
230 struct ti_clk_ll_ops { struct231 u32 (*clk_readl)(const struct clk_omap_reg *reg);232 void (*clk_writel)(u32 val, const struct clk_omap_reg *reg);233 void (*clk_rmw)(u32 val, u32 mask, const struct clk_omap_reg *reg);234 int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);235 int (*clkdm_clk_disable)(struct clockdomain *clkdm,237 struct clockdomain * (*clkdm_lookup)(const char *name);261 int ti_clk_setup_ll_ops(struct ti_clk_ll_ops *ops); argument
36 struct ti_clk_ll_ops *ti_clk_ll_ops; variable