Searched refs:get_pll_config (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/video/fbdev/via/ |
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()
|
/linux-6.6.21/drivers/gpu/drm/hisilicon/hibmc/ |
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()
|