Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hwmon/
Dk8temp.c39 #define SEL_CORE 0x04 macro
66 tmp &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_update_device()
77 if (data->sensorsp & SEL_CORE) { in k8temp_update_device()
79 tmp |= SEL_CORE; in k8temp_update_device()
123 if (data->swap_core_select && (data->sensorsp & SEL_CORE)) in show_temp()
220 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_probe()
224 if (scfg & (SEL_PLACE | SEL_CORE)) { in k8temp_probe()
230 scfg |= (SEL_PLACE | SEL_CORE); in k8temp_probe()
237 scfg &= ~SEL_CORE; /* Select sensor 1, core0 */ in k8temp_probe()
240 scfg |= SEL_CORE; /* prepare for next selection */ in k8temp_probe()
[all …]