Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/bmi270/
H A Dbmi270_core.c43 #define BMI270_ACC_CONF_RANGE_MSK GENMASK(1, 0) macro
235 mask = BMI270_ACC_CONF_RANGE_MSK; in bmi270_set_scale()
271 val = FIELD_GET(BMI270_ACC_CONF_RANGE_MSK, val); in bmi270_get_scale()