Lines Matching refs:reg_stride
794 if (config->reg_stride) in __regmap_init()
795 map->reg_stride = config->reg_stride; in __regmap_init()
797 map->reg_stride = 1; in __regmap_init()
798 if (is_power_of_2(map->reg_stride)) in __regmap_init()
799 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1949 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1976 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2100 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2210 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2444 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2595 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2717 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2753 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
2849 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
2955 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3276 return map->reg_stride; in regmap_get_reg_stride()