Lines Matching refs:reg_stride
779 if (config->reg_stride) in __regmap_init()
780 map->reg_stride = config->reg_stride; in __regmap_init()
782 map->reg_stride = 1; in __regmap_init()
783 if (is_power_of_2(map->reg_stride)) in __regmap_init()
784 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1957 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1984 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2184 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2325 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2559 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2710 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2841 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2870 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read_bypassed()
2912 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
3012 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
3131 if (!IS_ALIGNED(regs[i], map->reg_stride)) { in _regmap_bulk_read()
3180 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3485 return map->reg_stride; in regmap_get_reg_stride()