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