Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tiny/
H A Drepaper.c479 unsigned int factor10x; in repaper_get_temperature() local
493 factor10x = 170; in repaper_get_temperature()
495 factor10x = 120; in repaper_get_temperature()
497 factor10x = 80; in repaper_get_temperature()
499 factor10x = 40; in repaper_get_temperature()
501 factor10x = 30; in repaper_get_temperature()
503 factor10x = 20; in repaper_get_temperature()
505 factor10x = 10; in repaper_get_temperature()
507 factor10x = 7; in repaper_get_temperature()
509 epd->factored_stage_time = epd->stage_time * factor10x / 10; in repaper_get_temperature()