Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/renesas/
H A Dr8a7796-cpg-mssr.c322 .get_pll_config = r8a7796_get_pll_config,
337 .get_pll_config = r8a7796_get_pll_config,
H A Drenesas-cpg-mssr.h31 const void *(*get_pll_config)(const u32 cpg_mode); member
H A Dr8a77970-cpg-mssr.c213 .get_pll_config = r8a77970_get_pll_config,
H A Dr8a7792-cpg-mssr.c220 .get_pll_config = r8a7792_get_pll_config,
H A Dr8a77995-cpg-mssr.c226 .get_pll_config = r8a77995_get_pll_config,
H A Dr8a7794-cpg-mssr.c249 .get_pll_config = r8a7794_get_pll_config,
H A Dr8a7791-cpg-mssr.c268 .get_pll_config = r8a7791_get_pll_config,
H A Dr8a7790-cpg-mssr.c272 .get_pll_config = r8a7790_get_pll_config,
H A Dr8a77990-cpg-mssr.c288 .get_pll_config = r8a77990_get_pll_config,
H A Dclk-rcar-gen2.c301 (struct rcar_gen2_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen2_clk_probe()
H A Dr8a7795-cpg-mssr.c349 .get_pll_config = r8a7795_get_pll_config,
H A Dclk-rcar-gen3.c376 (struct rcar_gen3_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen3_clk_probe()
/openbmc/linux/drivers/video/fbdev/via/
H A Dhw.c1373 static struct via_pll_config get_pll_config(struct pll_limit *limits, int size, in get_pll_config() function
1413 config = get_pll_config(cle266_pll_limits, in get_best_pll_config()
1419 config = get_pll_config(k800_pll_limits, in get_best_pll_config()
1428 config = get_pll_config(cx700_pll_limits, in get_best_pll_config()
1433 config = get_pll_config(vx855_pll_limits, in get_best_pll_config()
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c284 static void get_pll_config(u64 x, u64 y, u32 *pll1, u32 *pll2) in get_pll_config() function
322 get_pll_config(x, y, &pll1, &pll2); in display_ctrl_adjust()