Home
last modified time | relevance | path

Searched refs:clk_plt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/x86/
H A Dclk-pmc-atom.c25 struct clk_plt { struct
33 #define to_clk_plt(_hw) container_of(_hw, struct clk_plt, hw) argument
38 struct clk_plt *clks[PMC_CLK_NUM];
81 static void plt_clk_reg_update(struct clk_plt *clk, u32 mask, u32 val) in plt_clk_reg_update()
97 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_set_parent()
106 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_get_parent()
116 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_enable()
125 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_disable()
132 struct clk_plt *clk = to_clk_plt(hw); in plt_clk_is_enabled()
149 static struct clk_plt *plt_clk_register(struct platform_device *pdev, int id, in plt_clk_register()
[all …]