factor10x         478 drivers/gpu/drm/tiny/repaper.c 	unsigned int factor10x;
factor10x         492 drivers/gpu/drm/tiny/repaper.c 		factor10x = 170;
factor10x         494 drivers/gpu/drm/tiny/repaper.c 		factor10x = 120;
factor10x         496 drivers/gpu/drm/tiny/repaper.c 		factor10x = 80;
factor10x         498 drivers/gpu/drm/tiny/repaper.c 		factor10x = 40;
factor10x         500 drivers/gpu/drm/tiny/repaper.c 		factor10x = 30;
factor10x         502 drivers/gpu/drm/tiny/repaper.c 		factor10x = 20;
factor10x         504 drivers/gpu/drm/tiny/repaper.c 		factor10x = 10;
factor10x         506 drivers/gpu/drm/tiny/repaper.c 		factor10x = 7;
factor10x         508 drivers/gpu/drm/tiny/repaper.c 	epd->factored_stage_time = epd->stage_time * factor10x / 10;