Home
last modified time | relevance | path

Searched refs:gyro_scale_6050 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c31 static const int gyro_scale_6050[] = {133090, 266181, 532362, 1064724}; variable
717 *val2 = gyro_scale_6050[st->chip_config.fsr]; in inv_mpu6050_read_raw()
776 for (i = 0; i < ARRAY_SIZE(gyro_scale_6050); ++i) { in inv_mpu6050_write_gyro_scale()
777 if (gyro_scale_6050[i] == val2) { in inv_mpu6050_write_gyro_scale()