Searched refs:SEL_PLACE (Results 1 – 1 of 1) sorted by relevance
38 #define SEL_PLACE 0x40 macro66 tmp &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_update_device()70 if (data->sensorsp & SEL_PLACE) { in k8temp_update_device()71 tmp |= SEL_PLACE; /* Select sensor 1, core0 */ in k8temp_update_device()78 tmp &= ~SEL_PLACE; /* Select sensor 0, core1 */ in k8temp_update_device()84 if (data->sensorsp & SEL_PLACE) { in k8temp_update_device()85 tmp |= SEL_PLACE; /* Select sensor 1, core1 */ in k8temp_update_device()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()[all …]