Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.c67 *odr |= INV_ICM42600_SENSOR_ACCEL; in inv_icm42600_fifo_decode_packet()
110 if (st->fifo.en & INV_ICM42600_SENSOR_ACCEL) in inv_icm42600_buffer_update_fifo_period()
138 if (fifo_en & INV_ICM42600_SENSOR_ACCEL) in inv_icm42600_buffer_set_fifo_en()
158 (fifo_en & INV_ICM42600_SENSOR_ACCEL)) in inv_icm42600_get_packet_size()
394 sensor = INV_ICM42600_SENSOR_ACCEL; in inv_icm42600_buffer_postdisable()
H A Dinv_icm42600_buffer.h15 #define INV_ICM42600_SENSOR_ACCEL BIT(1) macro
H A Dinv_icm42600_accel.c126 fifo_en |= INV_ICM42600_SENSOR_ACCEL; in inv_icm42600_accel_update_scan_mode()
775 if (odr & INV_ICM42600_SENSOR_ACCEL) in inv_icm42600_accel_parse_fifo()