Searched refs:get_pll_config (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/drivers/clk/renesas/ |
H A D | r8a7796-cpg-mssr.c | 322 .get_pll_config = r8a7796_get_pll_config, 337 .get_pll_config = r8a7796_get_pll_config,
|
H A D | renesas-cpg-mssr.h | 31 const void *(*get_pll_config)(const u32 cpg_mode); member
|
H A D | r8a77970-cpg-mssr.c | 213 .get_pll_config = r8a77970_get_pll_config,
|
H A D | r8a7792-cpg-mssr.c | 220 .get_pll_config = r8a7792_get_pll_config,
|
H A D | r8a77995-cpg-mssr.c | 226 .get_pll_config = r8a77995_get_pll_config,
|
H A D | r8a7794-cpg-mssr.c | 249 .get_pll_config = r8a7794_get_pll_config,
|
H A D | r8a7791-cpg-mssr.c | 268 .get_pll_config = r8a7791_get_pll_config,
|
H A D | r8a7790-cpg-mssr.c | 272 .get_pll_config = r8a7790_get_pll_config,
|
H A D | r8a77990-cpg-mssr.c | 288 .get_pll_config = r8a77990_get_pll_config,
|
H A D | clk-rcar-gen2.c | 301 (struct rcar_gen2_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen2_clk_probe()
|
H A D | r8a7795-cpg-mssr.c | 349 .get_pll_config = r8a7795_get_pll_config,
|
H A D | clk-rcar-gen3.c | 376 (struct rcar_gen3_cpg_pll_config *)info->get_pll_config(cpg_mode); in gen3_clk_probe()
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | hw.c | 1373 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 D | hibmc_drm_de.c | 284 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()
|