Home
last modified time | relevance | path

Searched defs:ti_clk_ll_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/clk/
H A Dti.h244 struct ti_clk_ll_ops { struct
245 u32 (*clk_readl)(const struct clk_omap_reg *reg);
246 void (*clk_writel)(u32 val, const struct clk_omap_reg *reg);
247 void (*clk_rmw)(u32 val, u32 mask, const struct clk_omap_reg *reg);
248 int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);
249 int (*clkdm_clk_disable)(struct clockdomain *clkdm,
251 struct clockdomain * (*clkdm_lookup)(const char *name);
275 int ti_clk_setup_ll_ops(struct ti_clk_ll_ops *ops); argument
/openbmc/linux/drivers/clk/ti/
H A Dclk.c29 struct ti_clk_ll_ops *ti_clk_ll_ops; variable