Home
last modified time | relevance | path

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

/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()
/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()