Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dmlx90614.c53 #define MLX90614_CONFIG_FIR_SHIFT 8 /* FIR coefficient */ macro
54 #define MLX90614_CONFIG_FIR_MASK (0x7 << MLX90614_CONFIG_FIR_SHIFT)
160 ret |= MLX90614_CONST_FIR << MLX90614_CONFIG_FIR_SHIFT; in mlx90614_iir_search()