Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dk8temp.c22 #define SEL_CORE 0x04 macro
79 if ((channel & 2) && !(data->sensorsp & SEL_CORE)) in k8temp_is_visible()
102 tmp &= ~(SEL_PLACE | SEL_CORE); in k8temp_read()
104 tmp |= SEL_CORE; in k8temp_read()
172 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_probe()
176 if (scfg & (SEL_PLACE | SEL_CORE)) { in k8temp_probe()
181 scfg |= (SEL_PLACE | SEL_CORE); in k8temp_probe()
188 scfg &= ~SEL_CORE; /* Select sensor 1, core0 */ in k8temp_probe()
191 scfg |= SEL_CORE; /* prepare for next selection */ in k8temp_probe()
196 if (data->sensorsp & SEL_CORE) { in k8temp_probe()
[all …]