Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_nm.c62 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_disable()
69 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_enable()
76 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_is_enabled()
84 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_recalc_rate()
126 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_round_rate()
168 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_set_rate()
Dccu_nm.h136 static inline struct ccu_nm *hw_to_ccu_nm(struct clk_hw *hw) in hw_to_ccu_nm() function