Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tiny/
Drepaper.c478 unsigned int factor10x; in repaper_get_temperature() local
492 factor10x = 170; in repaper_get_temperature()
494 factor10x = 120; in repaper_get_temperature()
496 factor10x = 80; in repaper_get_temperature()
498 factor10x = 40; in repaper_get_temperature()
500 factor10x = 30; in repaper_get_temperature()
502 factor10x = 20; in repaper_get_temperature()
504 factor10x = 10; in repaper_get_temperature()
506 factor10x = 7; in repaper_get_temperature()
508 epd->factored_stage_time = epd->stage_time * factor10x / 10; in repaper_get_temperature()