Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/imu/
Dadis16475.c48 #define ADIS16475_FILT_CTRL_MASK GENMASK(2, 0) macro
49 #define ADIS16475_FILT_CTRL(x) FIELD_PREP(ADIS16475_FILT_CTRL_MASK, x)
421 const int mask = ADIS16475_FILT_CTRL_MASK; in adis16475_get_filter()