Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/baikal-t1/
H A Dccu-pll.c107 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()
H A Dccu-pll.h61 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) macro