Searched refs:BMC150_ACCEL_AXIS_TO_REG (Results 1 – 1 of 1) sorted by relevance
124 #define BMC150_ACCEL_AXIS_TO_REG(axis) (BMC150_ACCEL_REG_XOUT_L + (axis * 2)) macro676 ret = regmap_bulk_read(data->regmap, BMC150_ACCEL_AXIS_TO_REG(axis), in bmc150_accel_get_axis()