sprd_pll           39 drivers/clk/sprd/pll.c sprd_pll_read(const struct sprd_pll *pll, u8 index)
sprd_pll           53 drivers/clk/sprd/pll.c sprd_pll_write(const struct sprd_pll *pll, u8 index,
sprd_pll           69 drivers/clk/sprd/pll.c static unsigned long pll_get_refin(const struct sprd_pll *pll)
sprd_pll           97 drivers/clk/sprd/pll.c static unsigned long _sprd_pll_recalc_rate(const struct sprd_pll *pll,
sprd_pll          146 drivers/clk/sprd/pll.c static int _sprd_pll_set_rate(const struct sprd_pll *pll,
sprd_pll          233 drivers/clk/sprd/pll.c 	struct sprd_pll *pll = hw_to_sprd_pll(hw);
sprd_pll          242 drivers/clk/sprd/pll.c 	struct sprd_pll *pll = hw_to_sprd_pll(hw);
sprd_pll          249 drivers/clk/sprd/pll.c 	struct sprd_pll *pll = hw_to_sprd_pll(hw);
sprd_pll           67 drivers/clk/sprd/pll.h 	struct sprd_pll _struct = {					\
sprd_pll           99 drivers/clk/sprd/pll.h static inline struct sprd_pll *hw_to_sprd_pll(struct clk_hw *hw)
sprd_pll          103 drivers/clk/sprd/pll.h 	return container_of(common, struct sprd_pll, common);