Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/accel/
Dfxls8962af-core.c65 #define FXLS8962AF_SC3_WAKE_ODR_MASK GENMASK(7, 4) macro
66 #define FXLS8962AF_SC3_WAKE_ODR_PREP(x) FIELD_PREP(FXLS8962AF_SC3_WAKE_ODR_MASK, (x))
67 #define FXLS8962AF_SC3_WAKE_ODR_GET(x) FIELD_GET(FXLS8962AF_SC3_WAKE_ODR_MASK, (x))
394 FXLS8962AF_SC3_WAKE_ODR_MASK, in fxls8962af_set_samp_freq()