Lines Matching refs:SEL_CORE
22 #define SEL_CORE 0x04
28 u8 sensorsp; /* sensor presence bits - SEL_CORE, SEL_PLACE */
29 u8 swap_core_select; /* meaning of SEL_CORE is inverted */
79 if ((channel & 2) && !(data->sensorsp & SEL_CORE))
102 tmp &= ~(SEL_PLACE | SEL_CORE);
104 tmp |= SEL_CORE;
155 * meaning of SEL_CORE bit is inverted
172 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */
176 if (scfg & (SEL_PLACE | SEL_CORE)) {
181 scfg |= (SEL_PLACE | SEL_CORE);
188 scfg &= ~SEL_CORE; /* Select sensor 1, core0 */
191 scfg |= SEL_CORE; /* prepare for next selection */
196 if (data->sensorsp & SEL_CORE) {
201 data->sensorsp &= ~SEL_CORE;