Searched refs:clk_shift (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | amifb.c | 491 * clk_shift is the shift value to get the timings in 35 ns units 516 static u_long pixclock[3]; /* SHRES/HIRES/LORES: index = clk_shift */ 517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ 729 u_short clk_shift; /* vmode */ member 1131 u_short clk_shift, line_shift; in ami_decode_var() local 1139 for (clk_shift = TAG_SHRES; clk_shift <= TAG_LORES; clk_shift++) in ami_decode_var() 1140 if (var->pixclock <= pixclock[clk_shift]) in ami_decode_var() 1142 if (clk_shift > TAG_LORE in ami_decode_var() 1518 u_short clk_shift, line_shift; ami_encode_var() local 1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; ami_update_par() local [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 815 const struct clk_mgr_shift *clk_shift, in dce_clk_mgr_construct() argument 825 clk_mgr_dce->clk_mgr_shift = clk_shift; in dce_clk_mgr_construct() 848 const struct clk_mgr_shift *clk_shift, in dce_clk_mgr_create() argument 863 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce_clk_mgr_create() 871 const struct clk_mgr_shift *clk_shift, in dce110_clk_mgr_create() argument 886 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce110_clk_mgr_create() 896 const struct clk_mgr_shift *clk_shift, in dce112_clk_mgr_create() argument 911 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce112_clk_mgr_create()
|