Searched refs:FXLS8962AF_SC3_WAKE_ODR_MASK (Results 1 – 1 of 1) sorted by relevance
61 #define FXLS8962AF_SC3_WAKE_ODR_MASK GENMASK(7, 4) macro62 #define FXLS8962AF_SC3_WAKE_ODR_PREP(x) FIELD_PREP(FXLS8962AF_SC3_WAKE_ODR_MASK, (x))63 #define FXLS8962AF_SC3_WAKE_ODR_GET(x) FIELD_GET(FXLS8962AF_SC3_WAKE_ODR_MASK, (x))366 FXLS8962AF_SC3_WAKE_ODR_MASK, in fxls8962af_set_samp_freq()