Searched refs:xvcu_pll_cfg (Results 1 – 1 of 1) sorted by relevance
92 struct xvcu_pll_cfg { struct101 static const struct xvcu_pll_cfg xvcu_pll_cfg[] = { argument276 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()