Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sprd/
H A Dpll.c39 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 Dpll.h51 struct sprd_pll { struct
68 struct sprd_pll _struct = { \ argument
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()