Home
last modified time | relevance | path

Searched refs:ADIS16475_FILT_CTRL_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/imu/
H A Dadis16475.c40 #define ADIS16475_FILT_CTRL_MASK GENMASK(2, 0) macro
41 #define ADIS16475_FILT_CTRL(x) FIELD_PREP(ADIS16475_FILT_CTRL_MASK, x)
310 const int mask = ADIS16475_FILT_CTRL_MASK; in adis16475_get_filter()
/kernel/linux/linux-6.6/drivers/iio/imu/
H A Dadis16475.c41 #define ADIS16475_FILT_CTRL_MASK GENMASK(2, 0) macro
42 #define ADIS16475_FILT_CTRL(x) FIELD_PREP(ADIS16475_FILT_CTRL_MASK, x)
386 const int mask = ADIS16475_FILT_CTRL_MASK; in adis16475_get_filter()

Completed in 4 milliseconds