os_temp           375 drivers/macintosh/therm_windtunnel.c 	int hyst_temp, os_temp, temp;
os_temp           387 drivers/macintosh/therm_windtunnel.c 	os_temp = read_reg(cl, 3, 2);
os_temp           388 drivers/macintosh/therm_windtunnel.c 	if( hyst_temp < 0 || os_temp < 0 )
os_temp           394 drivers/macintosh/therm_windtunnel.c 	print_temp("  OS: ", os_temp );
os_temp           398 drivers/macintosh/therm_windtunnel.c 	x.overheat_temp = os_temp;