Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/gyro/
Dmpu3050-core.c163 static unsigned int mpu3050_fs_precision[] = { variable
304 *val = mpu3050_fs_precision[mpu3050->fullscale] * 2; in mpu3050_read_raw()
375 DIV_ROUND_CLOSEST(mpu3050_fs_precision[0] * 1000000 * 2, in mpu3050_write_raw()
378 DIV_ROUND_CLOSEST(mpu3050_fs_precision[1] * 1000000 * 2, in mpu3050_write_raw()
381 DIV_ROUND_CLOSEST(mpu3050_fs_precision[2] * 1000000 * 2, in mpu3050_write_raw()
384 DIV_ROUND_CLOSEST(mpu3050_fs_precision[3] * 1000000 * 2, in mpu3050_write_raw()