Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/chemical/
H A Dsps30.c22 #define SPS30_MAX_PM 3000 macro
60 if (val >= SPS30_MAX_PM) in sps30_float_to_int_clamped()
61 return SPS30_MAX_PM * 100; in sps30_float_to_int_clamped()