Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-pll.c29 struct rockchip_clk_pll { struct
30 struct clk_hw hw;
32 struct clk_mux pll_mux;
33 const struct clk_ops *pll_mux_ops;
35 struct notifier_block clk_nb;
37 void __iomem *reg_base;
38 int lock_offset;
39 unsigned int lock_shift;
63 #define to_rockchip_clk_pll(_hw) container_of(_hw, struct rockchip_clk_pll, hw) argument