Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_nk.c49 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_disable()
56 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_enable()
63 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_is_enabled()
71 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_recalc_rate()
99 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_round_rate()
122 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_set_rate()
Dccu_nk.h62 static inline struct ccu_nk *hw_to_ccu_nk(struct clk_hw *hw) in hw_to_ccu_nk() function