Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/gyro/
H A Dmpu3050-core.c167 static unsigned int mpu3050_fs_precision[] = { variable
317 *val = mpu3050_fs_precision[mpu3050->fullscale] * 2; in mpu3050_read_raw()
388 DIV_ROUND_CLOSEST(mpu3050_fs_precision[0] * 1000000 * 2, in mpu3050_write_raw()
391 DIV_ROUND_CLOSEST(mpu3050_fs_precision[1] * 1000000 * 2, in mpu3050_write_raw()
394 DIV_ROUND_CLOSEST(mpu3050_fs_precision[2] * 1000000 * 2, in mpu3050_write_raw()
397 DIV_ROUND_CLOSEST(mpu3050_fs_precision[3] * 1000000 * 2, in mpu3050_write_raw()