Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/temperature/
Dmlx90614.c49 #define MLX90614_CONFIG_IIR_SHIFT 0 /* IIR coefficient */ macro
50 #define MLX90614_CONFIG_IIR_MASK (0x7 << MLX90614_CONFIG_IIR_SHIFT)
162 ret |= i << MLX90614_CONFIG_IIR_SHIFT; in mlx90614_iir_search()