Searched defs:ti_clk_ll_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/clk/ |
| D | ti.h | 230 struct ti_clk_ll_ops { struct 231 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
|
| /kernel/linux/linux-6.6/include/linux/clk/ |
| D | ti.h | 244 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
|
| /kernel/linux/linux-5.10/drivers/clk/ti/ |
| D | clk.c | 36 struct ti_clk_ll_ops *ti_clk_ll_ops; variable
|
| /kernel/linux/linux-6.6/drivers/clk/ti/ |
| D | clk.c | 29 struct ti_clk_ll_ops *ti_clk_ll_ops; variable
|