Lines Matching refs:reg_stride
822 if (config->reg_stride) in __regmap_init()
823 map->reg_stride = config->reg_stride; in __regmap_init()
825 map->reg_stride = 1; in __regmap_init()
826 if (is_power_of_2(map->reg_stride)) in __regmap_init()
827 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
2016 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
2043 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2258 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2399 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2639 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2790 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2914 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2948 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
3043 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
3165 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3491 return map->reg_stride; in regmap_get_reg_stride()