ADC_ON_12BIT       46 drivers/input/touchscreen/tsc2007.h #define READ_Y		(ADC_ON_12BIT | TSC2007_MEASURE_Y)
ADC_ON_12BIT       47 drivers/input/touchscreen/tsc2007.h #define READ_Z1		(ADC_ON_12BIT | TSC2007_MEASURE_Z1)
ADC_ON_12BIT       48 drivers/input/touchscreen/tsc2007.h #define READ_Z2		(ADC_ON_12BIT | TSC2007_MEASURE_Z2)
ADC_ON_12BIT       49 drivers/input/touchscreen/tsc2007.h #define READ_X		(ADC_ON_12BIT | TSC2007_MEASURE_X)
ADC_ON_12BIT       68 drivers/input/touchscreen/tsc2007_iio.c 		*val = tsc2007_xfer(tsc, (ADC_ON_12BIT | TSC2007_MEASURE_AUX));
ADC_ON_12BIT       84 drivers/input/touchscreen/tsc2007_iio.c 				    (ADC_ON_12BIT | TSC2007_MEASURE_TEMP0));
ADC_ON_12BIT       88 drivers/input/touchscreen/tsc2007_iio.c 				    (ADC_ON_12BIT | TSC2007_MEASURE_TEMP1));