Lines Matching refs:reg_stride
822 if (config->reg_stride) in __regmap_init()
823 map->reg_stride = config->reg_stride; in __regmap_init()
825 map->reg_stride = 1; in __regmap_init()
826 if (is_power_of_2(map->reg_stride)) in __regmap_init()
827 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
2014 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
2041 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
2256 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2397 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2637 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2788 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2910 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2944 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
3039 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
3161 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3485 return map->reg_stride; in regmap_get_reg_stride()