Home
last modified time | relevance | path

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

/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c226 #define to_vcu_pll(_hw) container_of(_hw, struct vcu_pll, hw)
228 struct vcu_pll { struct
235 static int xvcu_pll_wait_for_lock(struct vcu_pll *pll) in xvcu_pll_wait_for_lock() argument
285 static int xvcu_pll_set_div(struct vcu_pll *pll, int div) in xvcu_pll_set_div()
314 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_round_rate()
328 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_recalc_rate()
342 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_set_rate()
349 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_enable()
380 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_disable()
404 struct vcu_pll *pll; in xvcu_register_pll()