Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c95 static uchar_t _cpu_temps[TEMP_TABLE_SIZE + 4]; /* see attach */ variable
934 return (_cpu_temps[value]); in translate_cputemp()
1209 tblsz = (sizeof (_cpu_temps) / sizeof (uchar_t)); in pcf8591_read_props()
1212 _cpu_temps[i] = creg_prop[i]; in pcf8591_read_props()
/titanic_41/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c134 static uchar_t _cpu_temps[256]; variable
426 tblsz = (sizeof (_cpu_temps) / sizeof (uchar_t)); in envctrl_attach()
430 _cpu_temps[i+2] = creg_prop[i]; in envctrl_attach()
433 _cpu_temps[0] = _cpu_temps[1] = _cpu_temps[2]; in envctrl_attach()
1434 return (_cpu_temps[recv_data]); in envctrl_get_cpu_temp()
1731 temp_degree_c = _cpu_temps[data[i]]; in envctrl_check_tempr_levels()