Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_nm.c58 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_disable()
65 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_enable()
72 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_is_enabled()
80 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_recalc_rate()
122 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_round_rate()
170 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_set_rate()
H A Dccu_nm.h200 static inline struct ccu_nm *hw_to_ccu_nm(struct clk_hw *hw) in hw_to_ccu_nm() function