Searched refs:bcm_clk_gate (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/clk/bcm/ |
A D | clk-kona.c | 350 __is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __is_clk_gate_enabled() 367 is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in is_clk_gate_enabled() 388 __gate_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __gate_commit() 439 static bool gate_init(struct ccu_data *ccu, struct bcm_clk_gate *gate) in gate_init() 479 struct bcm_clk_gate *gate, bool enable) in clk_gate() 639 static bool div_init(struct ccu_data *ccu, struct bcm_clk_gate *gate, in div_init() 866 __sel_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate, in __sel_commit() 923 static bool sel_init(struct ccu_data *ccu, struct bcm_clk_gate *gate, in sel_init() 969 struct bcm_clk_gate *gate = &bcm_clk->u.peri->gate; in kona_peri_clk_enable() 977 struct bcm_clk_gate *gate = &bcm_clk->u.peri->gate; in kona_peri_clk_disable() [all …]
|
A D | clk-kona.h | 121 struct bcm_clk_gate { struct 384 struct bcm_clk_gate gate;
|
A D | clk-kona-setup.c | 73 struct bcm_clk_gate *gate; in peri_clk_data_offsets_valid() 245 static bool gate_valid(struct bcm_clk_gate *gate, const char *field_name, in gate_valid() 396 struct bcm_clk_gate *gate; in peri_clk_data_valid()
|
Completed in 8 milliseconds