Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/gyro/
Dmpu3050-core.c166 static unsigned int mpu3050_fs_precision[] = { variable
316 *val = mpu3050_fs_precision[mpu3050->fullscale] * 2; in mpu3050_read_raw()
387 DIV_ROUND_CLOSEST(mpu3050_fs_precision[0] * 1000000 * 2, in mpu3050_write_raw()
390 DIV_ROUND_CLOSEST(mpu3050_fs_precision[1] * 1000000 * 2, in mpu3050_write_raw()
393 DIV_ROUND_CLOSEST(mpu3050_fs_precision[2] * 1000000 * 2, in mpu3050_write_raw()
396 DIV_ROUND_CLOSEST(mpu3050_fs_precision[3] * 1000000 * 2, in mpu3050_write_raw()