Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_nkm.c55 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_disable()
62 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_enable()
69 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_is_enabled()
77 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_recalc_rate()
141 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_determine_rate()
150 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_set_rate()
188 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_get_parent()
195 struct ccu_nkm *nkm = hw_to_ccu_nkm(hw); in ccu_nkm_set_parent()
Dccu_nkm.h84 static inline struct ccu_nkm *hw_to_ccu_nkm(struct clk_hw *hw) in hw_to_ccu_nkm() function