Searched refs:steps_count (Results 1 – 2 of 2) sorted by relevance
451 __le16 steps_count; in bmi270_read_steps() local454 ret = regmap_bulk_read(data->regmap, BMI270_SC_OUT_0_REG, &steps_count, in bmi270_read_steps()455 sizeof(steps_count)); in bmi270_read_steps()459 *val = sign_extend32(le16_to_cpu(steps_count), 15); in bmi270_read_steps()
178 __le16 steps_count[BMI323_STEP_LEN]; member1513 data->steps_count, in bmi323_read_steps()1514 ARRAY_SIZE(data->steps_count)); in bmi323_read_steps()1518 *val = get_unaligned_le32(data->steps_count); in bmi323_read_steps()