Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/x86/
H A Dclk-pmc-atom.c36 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()
[all …]