Searched refs:SEL_CORE (Results 1 – 1 of 1) sorted by relevance
38 #define SEL_CORE 0x04 macro65 tmp &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_update_device()76 if (data->sensorsp & SEL_CORE) { in k8temp_update_device()78 tmp |= SEL_CORE; in k8temp_update_device()122 if (data->swap_core_select && (data->sensorsp & SEL_CORE)) in show_temp()216 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_probe()220 if (scfg & (SEL_PLACE | SEL_CORE)) { in k8temp_probe()225 scfg |= (SEL_PLACE | SEL_CORE); in k8temp_probe()232 scfg &= ~SEL_CORE; /* Select sensor 1, core0 */ in k8temp_probe()235 scfg |= SEL_CORE; /* prepare for next selection */ in k8temp_probe()[all …]