Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/
H A Dtopo_sensor.c82 if (scalar.sis_gran > 1) { in topo_sensor_scalar_read()
83 value /= (double)scalar.sis_gran; in topo_sensor_scalar_read()
84 } else if (scalar.sis_gran < -1) { in topo_sensor_scalar_read()
85 value *= (double)labs(scalar.sis_gran); in topo_sensor_scalar_read()
/illumos-gate/usr/src/uts/common/io/ksensor/
H A Dksensor_test.c43 scalar->sis_gran = 4; in ksensor_test_temp()
58 scalar->sis_gran = 1000; in ksensor_test_volt()
73 scalar->sis_gran = 10; in ksensor_test_current()
/illumos-gate/usr/src/test/os-tests/tests/ksensor/
H A Dksensor_basic.c90 if (scalar.sis_gran != st->st_gran) { in ksensor_basic()
92 "%" PRId32, st->st_path, st->st_gran, scalar.sis_gran); in ksensor_basic()
/illumos-gate/usr/src/uts/common/sys/
H A Dsensors.h82 int32_t sis_gran; member
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_sensor.c54 scalar->sis_gran = MLXCX_TEMP_GRAN; in mlxcx_temperature_read()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sensor.c91 scalar->sis_gran = E1000_THMJT_RESOLUTION; in igb_sensor_reg_temperature()
/illumos-gate/usr/src/uts/intel/io/amdnbtemp/
H A Damdnbtemp.c124 scalar->sis_gran = AMDNBTEMP_GRANULARITY; in amdnbtemp_read()
/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c180 scalar->sis_gran = PCHTEMP_TEMP_RESOLUTION; in pchtemp_read()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Dsmntemp.c155 temp->sis_gran = SMN_THERMAL_GRANULARITY; in smntemp_temp_read()
/illumos-gate/usr/src/uts/intel/io/coretemp/
H A Dcoretemp.c318 scalar->sis_gran = CORETEMP_GRANULARITY; in coretemp_read()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c3272 scalar->sis_gran = 1;
3292 scalar->sis_gran = 1000;