Home
last modified time | relevance | path

Searched refs:hw_to_ccu_div (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_div.c40 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable()
47 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_enable()
54 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_is_enabled()
62 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_recalc_rate()
85 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_determine_rate()
94 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_rate()
123 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent()
130 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent()
Dccu_div.h177 static inline struct ccu_div *hw_to_ccu_div(struct clk_hw *hw) in hw_to_ccu_div() function