hstep             871 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 				      u32 hstep, u32 vstep,
hstep             887 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 	offset = sun8i_vi_scaler_coef_index(hstep) *
hstep             900 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 	offset = sun8i_vi_scaler_coef_index(hstep) *
hstep             259 drivers/video/fbdev/controlfb.c 	unsigned int xoffset, hstep;
hstep             267 drivers/video/fbdev/controlfb.c 	hstep = 0x1f >> par->cmode;
hstep             268 drivers/video/fbdev/controlfb.c 	xoffset = (var->xoffset + hstep) & ~hstep;
hstep             821 drivers/video/fbdev/controlfb.c 	int cmode, piped_diff, hstep;
hstep             874 drivers/video/fbdev/controlfb.c 	hstep = 31 >> par->cmode;
hstep             875 drivers/video/fbdev/controlfb.c 	par->xres = (var->xres + hstep) & ~hstep;
hstep             876 drivers/video/fbdev/controlfb.c 	par->vxres = (var->xres_virtual + hstep) & ~hstep;
hstep             877 drivers/video/fbdev/controlfb.c 	par->xoffset = (var->xoffset + hstep) & ~hstep;