Lines Matching refs:reg_stride
768 if (config->reg_stride) in __regmap_init()
769 map->reg_stride = config->reg_stride; in __regmap_init()
771 map->reg_stride = 1; in __regmap_init()
772 if (is_power_of_2(map->reg_stride)) in __regmap_init()
773 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1940 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1967 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2167 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2308 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2542 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2693 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2824 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2858 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
2958 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
3081 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3398 return map->reg_stride; in regmap_get_reg_stride()