Searched refs:raw_scale (Results 1 – 1 of 1) sorted by relevance
725 unsigned int raw_scale; in bma400_get_accel_scale() local733 raw_scale = FIELD_GET(BMA400_ACC_CONFIG1_ACC_RANGE_MASK, val); in bma400_get_accel_scale()734 if (raw_scale > BMA400_TWO_BITS_MASK) in bma400_get_accel_scale()737 data->scale = BMA400_ACC_SCALE_MIN << raw_scale; in bma400_get_accel_scale()