Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/clk/
Dti.h226 struct ti_clk_ll_ops { struct
227 u32 (*clk_readl)(void __iomem *reg);
228 void (*clk_writel)(u32 val, void __iomem *reg);
229 int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);
230 int (*clkdm_clk_disable)(struct clockdomain *clkdm,
255 int ti_clk_setup_ll_ops(struct ti_clk_ll_ops *ops); argument
/linux-4.4.14/drivers/clk/ti/
Dclk.c33 struct ti_clk_ll_ops *ti_clk_ll_ops; variable