xvcu_pll_cfg
static const struct xvcu_pll_cfg xvcu_pll_cfg[] = {
static const struct xvcu_pll_cfg *xvcu_find_cfg(int div)
const struct xvcu_pll_cfg *cfg = NULL;
for (i = 0; i < ARRAY_SIZE(xvcu_pll_cfg) - 1; i++)
if (xvcu_pll_cfg[i].fbdiv == div)
cfg = &xvcu_pll_cfg[i];
const struct xvcu_pll_cfg *cfg = NULL;