Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/macintosh/
Dtherm_windtunnel.c374 int hyst_temp, os_temp, temp; in attach_thermostat() local
386 os_temp = read_reg(cl, 3, 2); in attach_thermostat()
387 if( hyst_temp < 0 || os_temp < 0 ) in attach_thermostat()
393 print_temp(" OS: ", os_temp ); in attach_thermostat()
397 x.overheat_temp = os_temp; in attach_thermostat()