Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/gyro/
Dmpu3050-core.c165 static unsigned int mpu3050_fs_precision[] = { variable
306 *val = mpu3050_fs_precision[mpu3050->fullscale] * 2; in mpu3050_read_raw()
377 DIV_ROUND_CLOSEST(mpu3050_fs_precision[0] * 1000000 * 2, in mpu3050_write_raw()
380 DIV_ROUND_CLOSEST(mpu3050_fs_precision[1] * 1000000 * 2, in mpu3050_write_raw()
383 DIV_ROUND_CLOSEST(mpu3050_fs_precision[2] * 1000000 * 2, in mpu3050_write_raw()
386 DIV_ROUND_CLOSEST(mpu3050_fs_precision[3] * 1000000 * 2, in mpu3050_write_raw()