Lines Matching refs:reg_stride
829 if (config->reg_stride) in __regmap_init()
830 map->reg_stride = config->reg_stride; in __regmap_init()
832 map->reg_stride = 1; in __regmap_init()
833 if (is_power_of_2(map->reg_stride)) in __regmap_init()
834 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1992 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
2019 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2143 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2253 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2487 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2638 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2760 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2796 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
2892 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
2998 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3319 return map->reg_stride; in regmap_get_reg_stride()