Home
last modified time | relevance | path

Searched refs:ccu_data (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/clk/bcm/
H A Dclk-kona.c122 static inline u32 __ccu_read(struct ccu_data *ccu, u32 reg_offset) in __ccu_read()
129 __ccu_write(struct ccu_data *ccu, u32 reg_offset, u32 reg_val) in __ccu_write()
134 static inline unsigned long ccu_lock(struct ccu_data *ccu) in ccu_lock()
142 static inline void ccu_unlock(struct ccu_data *ccu, unsigned long flags) in ccu_unlock()
151 static inline void __ccu_write_enable(struct ccu_data *ccu) in __ccu_write_enable()
162 static inline void __ccu_write_disable(struct ccu_data *ccu) in __ccu_write_disable()
183 __ccu_wait_bit(struct ccu_data *ccu, u32 reg_offset, u32 bit, bool want) in __ccu_wait_bit()
206 static bool __ccu_policy_engine_start(struct ccu_data *ccu, bool sync) in __ccu_policy_engine_start()
260 static bool __ccu_policy_engine_stop(struct ccu_data *ccu) in __ccu_policy_engine_stop()
302 static bool policy_init(struct ccu_data *ccu, struct bcm_clk_policy *policy) in policy_init()
[all …]
H A Dclk-bcm281xx.c22 static struct ccu_data root_ccu_data = {
60 static struct ccu_data aon_ccu_data = {
83 static struct ccu_data hub_ccu_data = {
175 static struct ccu_data master_ccu_data = {
304 static struct ccu_data slave_ccu_data = {
H A Dclk-bcm21664.c20 static struct ccu_data root_ccu_data = {
42 static struct ccu_data aon_ccu_data = {
125 static struct ccu_data master_ccu_data = {
228 static struct ccu_data slave_ccu_data = {
H A Dclk-kona.h399 struct ccu_data *ccu; /* ccu this clock is associated with */
470 struct ccu_data { struct
498 extern void __init kona_dt_ccu_setup(struct ccu_data *ccu,
500 extern bool __init kona_ccu_init(struct ccu_data *ccu);
H A Dclk-kona-setup.c18 static bool ccu_data_offsets_valid(struct ccu_data *ccu) in ccu_data_offsets_valid()
739 static void ccu_clks_teardown(struct ccu_data *ccu) in ccu_clks_teardown()
747 static void kona_ccu_teardown(struct ccu_data *ccu) in kona_ccu_teardown()
760 static bool ccu_data_valid(struct ccu_data *ccu) in ccu_data_valid()
778 struct ccu_data *ccu = data; in of_clk_kona_onecell_get()
793 void __init kona_dt_ccu_setup(struct ccu_data *ccu, in kona_dt_ccu_setup()