Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c89 struct xvcu_pll_cfg { struct
98 static const struct xvcu_pll_cfg xvcu_pll_cfg[] = { argument
273 static const struct xvcu_pll_cfg *xvcu_find_cfg(int div) in xvcu_find_cfg()
275 const struct xvcu_pll_cfg *cfg = NULL; in xvcu_find_cfg()
278 for (i = 0; i < ARRAY_SIZE(xvcu_pll_cfg) - 1; i++) in xvcu_find_cfg()
279 if (xvcu_pll_cfg[i].fbdiv == div) in xvcu_find_cfg()
280 cfg = &xvcu_pll_cfg[i]; in xvcu_find_cfg()
288 const struct xvcu_pll_cfg *cfg = NULL; in xvcu_pll_set_div()