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

/linux-master/drivers/macintosh/
H A Dtherm_windtunnel.c376 int hyst_temp, os_temp, temp; local
388 os_temp = read_reg(cl, 3, 2);
389 if( hyst_temp < 0 || os_temp < 0 )
395 print_temp(" OS: ", os_temp );
399 x.overheat_temp = os_temp;

Completed in 172 milliseconds