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()
1945 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1972 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2172 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2313 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2547 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2698 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2829 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2858 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read_bypassed()
2900 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
3000 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
3119 if (!IS_ALIGNED(regs[i], map->reg_stride)) { in _regmap_bulk_read()
3168 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3473 return map->reg_stride; in regmap_get_reg_stride()