Searched refs:sprd_pll (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sprd/ |
H A D | pll.c | 39 sprd_pll_read(const struct sprd_pll *pll, u8 index) in sprd_pll_read() 53 sprd_pll_write(const struct sprd_pll *pll, u8 index, in sprd_pll_write() 69 static unsigned long pll_get_refin(const struct sprd_pll *pll) in pll_get_refin() 98 static unsigned long _sprd_pll_recalc_rate(const struct sprd_pll *pll, in _sprd_pll_recalc_rate() 147 static int _sprd_pll_set_rate(const struct sprd_pll *pll, in _sprd_pll_set_rate() 234 struct sprd_pll *pll = hw_to_sprd_pll(hw); in sprd_pll_recalc_rate() 243 struct sprd_pll *pll = hw_to_sprd_pll(hw); in sprd_pll_set_rate() 250 struct sprd_pll *pll = hw_to_sprd_pll(hw); in sprd_pll_clk_prepare()
|
H A D | pll.h | 40 * struct sprd_pll - definition of adjustable pll clock 51 struct sprd_pll { struct 68 struct sprd_pll _struct = { \ 118 static inline struct sprd_pll *hw_to_sprd_pll(struct clk_hw *hw) in hw_to_sprd_pll() 122 return container_of(common, struct sprd_pll, common); in hw_to_sprd_pll()
|
/kernel/linux/linux-6.6/drivers/clk/sprd/ |
H A D | pll.c | 39 sprd_pll_read(const struct sprd_pll *pll, u8 index) in sprd_pll_read() 53 sprd_pll_write(const struct sprd_pll *pll, u8 index, in sprd_pll_write() 69 static unsigned long pll_get_refin(const struct sprd_pll *pll) in pll_get_refin() 98 static unsigned long _sprd_pll_recalc_rate(const struct sprd_pll *pll, in _sprd_pll_recalc_rate() 147 static int _sprd_pll_set_rate(const struct sprd_pll *pll, in _sprd_pll_set_rate() 234 struct sprd_pll *pll = hw_to_sprd_pll(hw); in sprd_pll_recalc_rate() 243 struct sprd_pll *pll = hw_to_sprd_pll(hw); in sprd_pll_set_rate() 250 struct sprd_pll *pll = hw_to_sprd_pll(hw); in sprd_pll_clk_prepare()
|
H A D | pll.h | 40 * struct sprd_pll - definition of adjustable pll clock 51 struct sprd_pll { struct 68 struct sprd_pll _struct = { \ 118 static inline struct sprd_pll *hw_to_sprd_pll(struct clk_hw *hw) in hw_to_sprd_pll() 122 return container_of(common, struct sprd_pll, common); in hw_to_sprd_pll()
|
Completed in 3 milliseconds