Home
last modified time | relevance | path

Searched defs:ccu (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/clk/bcm/
Dclk-kona.c128 static inline u32 __ccu_read(struct ccu_data *ccu, u32 reg_offset) in __ccu_read()
135 __ccu_write(struct ccu_data *ccu, u32 reg_offset, u32 reg_val) in __ccu_write()
140 static inline unsigned long ccu_lock(struct ccu_data *ccu) in ccu_lock()
148 static inline void ccu_unlock(struct ccu_data *ccu, unsigned long flags) in ccu_unlock()
157 static inline void __ccu_write_enable(struct ccu_data *ccu) in __ccu_write_enable()
168 static inline void __ccu_write_disable(struct ccu_data *ccu) in __ccu_write_disable()
189 __ccu_wait_bit(struct ccu_data *ccu, u32 reg_offset, u32 bit, bool want) in __ccu_wait_bit()
212 static bool __ccu_policy_engine_start(struct ccu_data *ccu, bool sync) in __ccu_policy_engine_start()
266 static bool __ccu_policy_engine_stop(struct ccu_data *ccu) in __ccu_policy_engine_stop()
308 static bool policy_init(struct ccu_data *ccu, struct bcm_clk_policy *policy) in policy_init()
[all …]
Dclk-kona-setup.c28 static bool ccu_data_offsets_valid(struct ccu_data *ccu) in ccu_data_offsets_valid()
758 static void ccu_clks_teardown(struct ccu_data *ccu) in ccu_clks_teardown()
767 static void kona_ccu_teardown(struct ccu_data *ccu) in kona_ccu_teardown()
783 static bool ccu_data_valid(struct ccu_data *ccu) in ccu_data_valid()
802 void __init kona_dt_ccu_setup(struct ccu_data *ccu, in kona_dt_ccu_setup()
Dclk-kona.h407 struct ccu_data *ccu; /* ccu this clock is associated with */ member