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.c229 #define to_vcu_pll(_hw) container_of(_hw, struct vcu_pll, hw)
231 struct vcu_pll { struct
238 static int xvcu_pll_wait_for_lock(struct vcu_pll *pll) in xvcu_pll_wait_for_lock() argument
288 static int xvcu_pll_set_div(struct vcu_pll *pll, int div) in xvcu_pll_set_div()
317 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_determine_rate()
334 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_recalc_rate()
348 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_set_rate()
355 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_enable()
386 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_disable()
410 struct vcu_pll *pll; in xvcu_register_pll()