Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dabp060mg.c16 #define ABP060MG_MIN_COUNTS 1638 /* = 0x0666 (10% of u14) */ macro
18 #define ABP060MG_NUM_COUNTS (ABP060MG_MAX_COUNTS - ABP060MG_MIN_COUNTS)
122 if (pressure < ABP060MG_MIN_COUNTS || pressure > ABP060MG_MAX_COUNTS) in abp060mg_get_measurement()
171 state->offset = -ABP060MG_MIN_COUNTS; in abp060mg_init_device()