Searched defs:ti_clk_ll_ops (Results 1 – 2 of 2) sorted by relevance
252 struct ti_clk_ll_ops { struct253 u32 (*clk_readl)(const struct clk_omap_reg *reg);254 void (*clk_writel)(u32 val, const struct clk_omap_reg *reg);255 void (*clk_rmw)(u32 val, u32 mask, const struct clk_omap_reg *reg);256 int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);257 int (*clkdm_clk_disable)(struct clockdomain *clkdm,259 struct clockdomain * (*clkdm_lookup)(const char *name);283 int ti_clk_setup_ll_ops(struct ti_clk_ll_ops *ops); argument
36 struct ti_clk_ll_ops *ti_clk_ll_ops; variable