Home
last modified time | relevance | path

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

/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c92 struct xvcu_pll_cfg { struct
101 static const struct xvcu_pll_cfg xvcu_pll_cfg[] = { argument
276 static const struct xvcu_pll_cfg *xvcu_find_cfg(int div) in xvcu_find_cfg()
278 const struct xvcu_pll_cfg *cfg = NULL; in xvcu_find_cfg()
281 for (i = 0; i < ARRAY_SIZE(xvcu_pll_cfg) - 1; i++) in xvcu_find_cfg()
282 if (xvcu_pll_cfg[i].fbdiv == div) in xvcu_find_cfg()
283 cfg = &xvcu_pll_cfg[i]; in xvcu_find_cfg()
291 const struct xvcu_pll_cfg *cfg = NULL; in xvcu_pll_set_div()