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.c228 #define to_vcu_pll(_hw) container_of(_hw, struct vcu_pll, hw)
230 struct vcu_pll { struct
237 static int xvcu_pll_wait_for_lock(struct vcu_pll *pll) in xvcu_pll_wait_for_lock() argument
287 static int xvcu_pll_set_div(struct vcu_pll *pll, int div) in xvcu_pll_set_div()
316 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_determine_rate()
333 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_recalc_rate()
347 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_set_rate()
354 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_enable()
385 struct vcu_pll *pll = to_vcu_pll(hw); in xvcu_pll_disable()
409 struct vcu_pll *pll; in xvcu_register_pll()