Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_ring.c115 fifo_period = NSEC_PER_SEC / INV_MPU6050_DIVIDER_TO_FIFO_RATE(st->chip_config.divider); in inv_mpu6050_read_fifo()
H A Dinv_mpu_iio.h383 #define INV_MPU6050_DIVIDER_TO_FIFO_RATE(divider) \ macro
H A Dinv_mpu_core.c555 NSEC_PER_SEC / INV_MPU6050_DIVIDER_TO_FIFO_RATE(st->chip_config.divider); in inv_mpu6050_init_config()
606 freq_hz = INV_MPU6050_DIVIDER_TO_FIFO_RATE(st->chip_config.divider); in inv_mpu6050_read_channel_data()
960 fifo_rate = INV_MPU6050_DIVIDER_TO_FIFO_RATE(d); in inv_mpu6050_fifo_rate_store()
1016 fifo_rate = INV_MPU6050_DIVIDER_TO_FIFO_RATE(st->chip_config.divider); in inv_fifo_rate_show()