Searched refs:ccu_pll (Results 1 – 7 of 7) sorted by relevance
| /drivers/clk/spacemit/ |
| A D | ccu_pll.c | 20 static const struct ccu_pll_rate_tbl *ccu_pll_lookup_best_rate(struct ccu_pll *pll, in ccu_pll_lookup_best_rate() 41 static const struct ccu_pll_rate_tbl *ccu_pll_lookup_matched_entry(struct ccu_pll *pll) in ccu_pll_lookup_matched_entry() 61 static void ccu_pll_update_param(struct ccu_pll *pll, const struct ccu_pll_rate_tbl *entry) in ccu_pll_update_param() 78 struct ccu_pll *pll = hw_to_ccu_pll(hw); in ccu_pll_enable() 106 struct ccu_pll *pll = hw_to_ccu_pll(hw); in ccu_pll_set_rate() 118 struct ccu_pll *pll = hw_to_ccu_pll(hw); in ccu_pll_recalc_rate() 131 struct ccu_pll *pll = hw_to_ccu_pll(hw); in ccu_pll_round_rate() 138 struct ccu_pll *pll = hw_to_ccu_pll(hw); in ccu_pll_init()
|
| A D | ccu_pll.h | 44 struct ccu_pll { struct 68 static struct ccu_pll _name = { \ argument 77 static inline struct ccu_pll *hw_to_ccu_pll(struct clk_hw *hw) in hw_to_ccu_pll() 81 return container_of(common, struct ccu_pll, common); in hw_to_ccu_pll()
|
| A D | Makefile | 4 spacemit-ccu-k1-y = ccu_pll.o ccu_mix.o ccu_ddn.o
|
| /drivers/clk/baikal-t1/ |
| A D | ccu-pll.c | 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() 306 struct ccu_pll *pll; 313 struct ccu_pll *pll; 372 struct ccu_pll *pll = bit->pll; in ccu_pll_dbgfs_bit_set() 386 struct ccu_pll *pll = fld->pll; in ccu_pll_dbgfs_fld_set() 414 struct ccu_pll *pll = bit->pll; in ccu_pll_dbgfs_bit_get() 428 struct ccu_pll *pll = fld->pll; in ccu_pll_dbgfs_fld_get() [all …]
|
| A D | ccu-pll.h | 53 struct ccu_pll { struct 61 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) argument 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);
|
| 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);
|
| /drivers/clk/thead/ |
| A D | clk-th1520-ap.c | 62 struct ccu_pll { struct 113 return container_of(common, struct ccu_pll, common); in hw_to_ccu_pll() 248 struct ccu_pll *pll = hw_to_ccu_pll(hw); in th1520_pll_vco_recalc_rate() 272 struct ccu_pll *pll = hw_to_ccu_pll(hw); in th1520_pll_postdiv_recalc_rate() 309 static struct ccu_pll cpu_pll0_clk = { 321 static struct ccu_pll cpu_pll1_clk = { 333 static struct ccu_pll gmac_pll_clk = { 353 static struct ccu_pll video_pll_clk = { 373 static struct ccu_pll dpu0_pll_clk = { 389 static struct ccu_pll dpu1_pll_clk = { [all …]
|
Completed in 18 milliseconds