Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/pressure/
Dabp060mg.c26 #define ABP060MG_MAX_COUNTS 14745 /* = 0x3999 (90% of u14) */ macro
27 #define ABP060MG_NUM_COUNTS (ABP060MG_MAX_COUNTS - ABP060MG_MIN_COUNTS)
131 if (pressure < ABP060MG_MIN_COUNTS || pressure > ABP060MG_MAX_COUNTS) in abp060mg_get_measurement()