Lines Matching refs:reg_stride
781 if (config->reg_stride) in __regmap_init()
782 map->reg_stride = config->reg_stride; in __regmap_init()
784 map->reg_stride = 1; in __regmap_init()
785 if (is_power_of_2(map->reg_stride)) in __regmap_init()
786 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1963 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1990 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2190 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2333 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2567 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2718 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2849 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2878 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read_bypassed()
2920 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
3020 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
3139 if (!IS_ALIGNED(regs[i], map->reg_stride)) { in _regmap_bulk_read()
3188 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3494 return map->reg_stride; in regmap_get_reg_stride()