Lines Matching +full:low +full:- +full:pass
1 /* SPDX-License-Identifier: GPL-2.0-only */
10 #include <linux/i2c-mux.h>
25 * struct inv_mpu6050_reg_map - Notable registers.
27 * @lpf: Configures internal low pass filter.
28 * @accel_lpf: Configures accelerometer low pass filter.
98 * struct inv_mpu6050_chip_config - Cached chip configuration data.
101 * @lpf: Digital low pass filter frequency.
111 * @divider: chip sample rate divider (sample rate divider - 1)
138 * struct inv_mpu6050_hw - Other important hardware information.
163 * struct inv_mpu6050_state - Driver state variables.
168 * @hw: Other hardware-specific information.
314 /* MPU9X50 9-axis magnetometer */
380 ((st)->chip_config.divider + 1)
383 ((INV_MPU6050_INTERNAL_FREQ_HZ / (fifo_rate)) - 1)