Lines Matching refs:clk_plt
36 struct clk_plt { struct
44 #define to_clk_plt(_hw) container_of(_hw, struct clk_plt, hw) argument
49 struct clk_plt *clks[PMC_CLK_NUM];
92 static void plt_clk_reg_update(struct clk_plt *clk, u32 mask, u32 val) in plt_clk_reg_update()
108 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_set_parent()
117 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_get_parent()
127 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_enable()
136 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_disable()
143 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_is_enabled()
160 static struct clk_plt *plt_clk_register(struct platform_device *pdev, int id, in plt_clk_register()
165 struct clk_plt *pclk; in plt_clk_register()
208 static void plt_clk_unregister(struct clk_plt *pclk) in plt_clk_unregister()