Lines Matching refs:reg_stride
774 if (config->reg_stride) in __regmap_init()
775 map->reg_stride = config->reg_stride; in __regmap_init()
777 map->reg_stride = 1; in __regmap_init()
778 if (is_power_of_2(map->reg_stride)) in __regmap_init()
779 map->reg_stride_order = ilog2(map->reg_stride); in __regmap_init()
1801 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write()
1828 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_write_async()
1952 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_write()
2062 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_write()
2288 if (!IS_ALIGNED(reg, map->reg_stride)) in _regmap_multi_reg_write()
2439 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_write_async()
2561 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_read()
2597 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_raw_read()
2693 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_noinc_read()
2799 if (!IS_ALIGNED(reg, map->reg_stride)) in regmap_bulk_read()
3097 return map->reg_stride; in regmap_get_reg_stride()