SEL_PLACE
tmp &= ~(SEL_PLACE | SEL_CORE);
tmp |= SEL_PLACE;
scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */
if (scfg & (SEL_PLACE | SEL_CORE)) {
scfg |= (SEL_PLACE | SEL_CORE);
if (data->sensorsp & SEL_PLACE) {
data->sensorsp &= ~SEL_PLACE;
scfg &= ~SEL_PLACE; /* Select sensor 0, core1 */
if ((channel & 1) && !(data->sensorsp & SEL_PLACE))