Lines Matching defs:resolution
62 * resolution + 1 position, which is set for positive values only. Given this
63 * bit's value, subtracting BIT(resolution + 1) from the ADC's result is
68 - BIT(ddata->chip_info->resolution + 1);
71 - BIT(ddata->chip_info->resolution + 1);
103 u32 resolution;
123 resolution = chip_info->resolution;
124 st->recv_size = BITS_TO_BYTES(resolution) + 1;
138 .resolution = 16,
142 .resolution = 24,