Searched refs:CROS_EC_SENSOR_BITS (Results 1 – 6 of 6) sorted by relevance
113 *val2 = 10000 << (CROS_EC_SENSOR_BITS - 1); in cros_ec_sensors_read()124 180 << (CROS_EC_SENSOR_BITS - 1)); in cros_ec_sensors_read()133 *val2 = 100 << (CROS_EC_SENSOR_BITS - 1); in cros_ec_sensors_read()257 channel->scan_type.realbits = CROS_EC_SENSOR_BITS; in cros_ec_sensors_probe()258 channel->scan_type.storagebits = CROS_EC_SENSOR_BITS; in cros_ec_sensors_probe()
37 .scan_type.realbits = CROS_EC_SENSOR_BITS,38 .scan_type.storagebits = CROS_EC_SENSOR_BITS,
69 *val2 = 10 << CROS_EC_SENSOR_BITS; in cros_ec_baro_read()156 channel->scan_type.realbits = CROS_EC_SENSOR_BITS; in cros_ec_baro_probe()157 channel->scan_type.storagebits = CROS_EC_SENSOR_BITS; in cros_ec_baro_probe()
193 .realbits = CROS_EC_SENSOR_BITS, \194 .storagebits = CROS_EC_SENSOR_BITS, \
198 channel->scan_type.realbits = CROS_EC_SENSOR_BITS; in cros_ec_light_prox_probe()199 channel->scan_type.storagebits = CROS_EC_SENSOR_BITS; in cros_ec_light_prox_probe()
25 #define CROS_EC_SENSOR_BITS 16 macro