Searched refs:pmu_sts (Results 1 – 2 of 2) sorted by relevance
189 union bmi160_pmu_status *pmu_sts) in bmi160_pmu_set() argument195 {BMI160_CMD_PMU_MAG | pmu_sts->mag, 350}, in bmi160_pmu_set()196 {BMI160_CMD_PMU_ACC | pmu_sts->acc, 3200}, in bmi160_pmu_set()197 {BMI160_CMD_PMU_GYR | pmu_sts->gyr, 55000} in bmi160_pmu_set()223 pmu_set = (pmu_sts->mag == sts.mag); in bmi160_pmu_set()225 pmu_set = (pmu_sts->acc == sts.acc); in bmi160_pmu_set()227 pmu_set = (pmu_sts->gyr == sts.gyr); in bmi160_pmu_set()236 pmu_sts->acc != BMI160_PMU_NORMAL); in bmi160_pmu_set()464 if (data->pmu_sts.acc != BMI160_PMU_NORMAL) { in bmi160_acc_calibrate()657 if (data->pmu_sts.gyr != BMI160_PMU_NORMAL) { in bmi160_gyr_calibrate()[all …]
501 union bmi160_pmu_status pmu_sts; member