Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds