Lines Matching refs:reg_stride
795 if (config->reg_stride) in __regmap_init()
796 map->reg_stride = config->reg_stride; in __regmap_init()
798 map->reg_stride = 1; in __regmap_init()
799 if (is_power_of_2(map->reg_stride)) in __regmap_init()
800 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1950 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1977 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2101 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2211 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2445 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2596 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2718 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2754 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
2850 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
2956 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3277 return map->reg_stride; in regmap_get_reg_stride()