cached_temp 77 drivers/macintosh/therm_adt746x.c u8 cached_temp[3]; cached_temp 210 drivers/macintosh/therm_adt746x.c if (th->temps[0] != th->cached_temp[0] cached_temp 211 drivers/macintosh/therm_adt746x.c || th->temps[1] != th->cached_temp[1] cached_temp 212 drivers/macintosh/therm_adt746x.c || th->temps[2] != th->cached_temp[2]) { cached_temp 221 drivers/macintosh/therm_adt746x.c th->cached_temp[0] = th->temps[0]; cached_temp 222 drivers/macintosh/therm_adt746x.c th->cached_temp[1] = th->temps[1]; cached_temp 223 drivers/macintosh/therm_adt746x.c th->cached_temp[2] = th->temps[2];