Home
last modified time | relevance | path

Searched refs:IA32_THERM_STATUS_RESOLUTION (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h752 #define IA32_THERM_STATUS_RESOLUTION(x) (((x) >> 27) & 0x0f) macro
/illumos-gate/usr/src/uts/intel/io/coretemp/
H A Dcoretemp.c295 resolution = IA32_THERM_STATUS_RESOLUTION(sensor->cs_status); in coretemp_read()