Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/temperature/
Dmlx90614.c53 #define MLX90614_CONFIG_IIR_SHIFT 0 /* IIR coefficient */ macro
54 #define MLX90614_CONFIG_IIR_MASK (0x7 << MLX90614_CONFIG_IIR_SHIFT)
166 ret |= i << MLX90614_CONFIG_IIR_SHIFT; in mlx90614_iir_search()