Searched refs:to_ccu_pll (Results 1 – 2 of 2) sorted by relevance
107 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_enable()134 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_disable()144 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_is_enabled()155 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_recalc_rate()248 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_set_rate_reset()279 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_set_rate_norst()441 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_debug_init()
53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) macro