Searched refs:raw_scale (Results 1 – 1 of 1) sorted by relevance
489 unsigned int raw_scale; in bma400_get_accel_scale() local497 raw_scale = (val & BMA400_ACC_SCALE_MASK) >> BMA400_SCALE_SHIFT; in bma400_get_accel_scale()498 if (raw_scale > BMA400_TWO_BITS_MASK) in bma400_get_accel_scale()501 data->scale = BMA400_SCALE_MIN << raw_scale; in bma400_get_accel_scale()