Searched refs:CROS_EC_SENSOR_BITS (Results 1 – 6 of 6) sorted by relevance
112 *val2 = 10000 << (CROS_EC_SENSOR_BITS - 1); in cros_ec_sensors_read()123 180 << (CROS_EC_SENSOR_BITS - 1)); in cros_ec_sensors_read()132 *val2 = 100 << (CROS_EC_SENSOR_BITS - 1); in cros_ec_sensors_read()258 channel->scan_type.realbits = CROS_EC_SENSOR_BITS; in cros_ec_sensors_probe()259 channel->scan_type.storagebits = CROS_EC_SENSOR_BITS; in cros_ec_sensors_probe()
36 .scan_type.realbits = CROS_EC_SENSOR_BITS,37 .scan_type.storagebits = CROS_EC_SENSOR_BITS,
68 *val2 = 10 << CROS_EC_SENSOR_BITS; in cros_ec_baro_read()159 channel->scan_type.realbits = CROS_EC_SENSOR_BITS; in cros_ec_baro_probe()160 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, \
201 channel->scan_type.realbits = CROS_EC_SENSOR_BITS; in cros_ec_light_prox_probe()202 channel->scan_type.storagebits = CROS_EC_SENSOR_BITS; in cros_ec_light_prox_probe()
25 #define CROS_EC_SENSOR_BITS 16 macro