Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dbma400.h76 #define BMA400_ACC_CONFIG0_REG 0x19 macro
H A Dbma400_core.c624 ret = regmap_read(data->regmap, BMA400_ACC_CONFIG0_REG, &val); in bma400_get_accel_oversampling_ratio()
669 ret = regmap_read(data->regmap, BMA400_ACC_CONFIG0_REG, in bma400_set_accel_oversampling_ratio()
674 ret = regmap_write(data->regmap, BMA400_ACC_CONFIG0_REG, in bma400_set_accel_oversampling_ratio()
787 ret = regmap_read(data->regmap, BMA400_ACC_CONFIG0_REG, &val); in bma400_set_power_mode()
798 ret = regmap_write(data->regmap, BMA400_ACC_CONFIG0_REG, in bma400_set_power_mode()