Searched refs:ccu_pll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
H A D | ccu-pll.h | 37 * struct ccu_pll - CCU PLL descriptor 45 struct ccu_pll { struct 53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) 55 static inline struct clk_hw *ccu_pll_get_clk_hw(struct ccu_pll *pll) in ccu_pll_get_clk_hw() 60 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *init); 62 void ccu_pll_hw_unregister(struct ccu_pll *pll);
|
H A D | ccu-pll.c | 88 static int ccu_pll_reset(struct ccu_pll *pll, unsigned long ref_clk, in ccu_pll_reset() 107 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_enable() 134 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_disable() 144 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_is_enabled() 155 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_recalc_rate() 248 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_set_rate_reset() 279 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_set_rate_norst() 306 struct ccu_pll *pll; 313 struct ccu_pll *pll; 372 struct ccu_pll *pl in ccu_pll_dbgfs_bit_set() [all...] |
H A D | clk-ccu-pll.c | 78 struct ccu_pll *plls[CCU_PLL_NUM]; 81 static struct ccu_pll *ccu_pll_find_desc(struct ccu_pll_data *data, in ccu_pll_find_desc() 84 struct ccu_pll *pll; in ccu_pll_find_desc() 130 struct ccu_pll *pll; in ccu_pll_of_clk_hw_get() 206 CLK_OF_DECLARE(ccu_pll, "baikal,bt1-ccu-pll", ccu_pll_init);
|
/kernel/linux/linux-6.6/drivers/clk/baikal-t1/ |
H A D | ccu-pll.h | 45 * struct ccu_pll - CCU PLL descriptor 53 struct ccu_pll { struct 61 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) 63 static inline struct clk_hw *ccu_pll_get_clk_hw(struct ccu_pll *pll) in ccu_pll_get_clk_hw() 68 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *init); 70 void ccu_pll_hw_unregister(struct ccu_pll *pll);
|
H A D | ccu-pll.c | 88 static int ccu_pll_reset(struct ccu_pll *pll, unsigned long ref_clk, in ccu_pll_reset() 107 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_enable() 134 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_disable() 144 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_is_enabled() 155 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_recalc_rate() 248 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_set_rate_reset() 279 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_set_rate_norst() 306 struct ccu_pll *pll; 313 struct ccu_pll *pll; 372 struct ccu_pll *pl in ccu_pll_dbgfs_bit_set() [all...] |
H A D | clk-ccu-pll.c | 81 struct ccu_pll *plls[CCU_PLL_NUM]; 86 static struct ccu_pll *ccu_pll_find_desc(struct ccu_pll_data *data, in ccu_pll_find_desc() 133 struct ccu_pll *pll; in ccu_pll_of_clk_hw_get() 277 CLK_OF_DECLARE_DRIVER(ccu_pll, "baikal,bt1-ccu-pll", ccu_pll_init);
|
Completed in 6 milliseconds