Searched refs:ccu_data (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/clk/bcm/ |
A D | clk-kona.c | 137 __ccu_write(struct ccu_data *ccu, u32 reg_offset, u32 reg_val) in __ccu_write() 142 static inline unsigned long ccu_lock(struct ccu_data *ccu) in ccu_lock() 159 static inline void __ccu_write_enable(struct ccu_data *ccu) in __ccu_write_enable() 170 static inline void __ccu_write_disable(struct ccu_data *ccu) in __ccu_write_disable() 268 static bool __ccu_policy_engine_stop(struct ccu_data *ccu) in __ccu_policy_engine_stop() 396 __gate_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __gate_commit() 486 static int clk_gate(struct ccu_data *ccu, const char *name, in clk_gate() 693 static unsigned long clk_recalc_rate(struct ccu_data *ccu, in clk_recalc_rate() 874 __sel_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate, in __sel_commit() 1196 struct ccu_data *ccu = bcm_clk->ccu; in __peri_clk_init() [all …]
|
A D | clk-bcm281xx.c | 30 static struct ccu_data root_ccu_data = { 68 static struct ccu_data aon_ccu_data = { 91 static struct ccu_data hub_ccu_data = { 183 static struct ccu_data master_ccu_data = { 312 static struct ccu_data slave_ccu_data = {
|
A D | clk-bcm21664.c | 28 static struct ccu_data root_ccu_data = { 50 static struct ccu_data aon_ccu_data = { 133 static struct ccu_data master_ccu_data = { 236 static struct ccu_data slave_ccu_data = {
|
A D | clk-kona.h | 407 struct ccu_data *ccu; /* ccu this clock is associated with */ 478 struct ccu_data { struct 506 extern void __init kona_dt_ccu_setup(struct ccu_data *ccu, 508 extern bool __init kona_ccu_init(struct ccu_data *ccu);
|
A D | clk-kona-setup.c | 26 static bool ccu_data_offsets_valid(struct ccu_data *ccu) in ccu_data_offsets_valid() 747 static void ccu_clks_teardown(struct ccu_data *ccu) in ccu_clks_teardown() 755 static void kona_ccu_teardown(struct ccu_data *ccu) in kona_ccu_teardown() 768 static bool ccu_data_valid(struct ccu_data *ccu) in ccu_data_valid() 786 struct ccu_data *ccu = data; in of_clk_kona_onecell_get() 801 void __init kona_dt_ccu_setup(struct ccu_data *ccu, in kona_dt_ccu_setup()
|
Completed in 18 milliseconds