Searched refs:BMI160_ACC_OFS_EN_POS (Results 1 – 3 of 3) sorted by relevance
446 BMI160_ACC_OFS_EN_POS, in bmi160_acc_ofs_set()447 BIT(BMI160_ACC_OFS_EN_POS), 1); in bmi160_acc_ofs_set()498 BMI160_ACC_OFS_EN_POS, in bmi160_acc_calibrate()499 BIT(BMI160_ACC_OFS_EN_POS), 1); in bmi160_acc_calibrate()745 FIELD_GET(BIT(BMI160_ACC_OFS_EN_POS), data[6]) == 0) || in bmi160_attr_get()
461 cfg->reg[BMI160_REG_OFFSET_EN] &= ~BIT(BMI160_ACC_OFS_EN_POS); in bmi160_emul_backend_set_offset()467 cfg->reg[BMI160_REG_OFFSET_EN] |= BIT(BMI160_ACC_OFS_EN_POS); in bmi160_emul_backend_set_offset()
202 #define BMI160_ACC_OFS_EN_POS 6 macro