Lines Matching refs:reg_stride
41 if (!regmap_volatile(map, i * map->reg_stride)) in regcache_hw_init()
79 if (regmap_volatile(map, i * map->reg_stride)) in regcache_hw_init()
82 map->reg_defaults[j].reg = i * map->reg_stride; in regcache_hw_init()
104 if (config->reg_defaults[i].reg % map->reg_stride) in regcache_init()
257 for (reg = min; reg <= max; reg += map->reg_stride) { in regcache_default_sync()
609 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_single()
648 count = (cur - base) / map->reg_stride; in regcache_sync_block_raw_flush()
651 count * val_bytes, count, base, cur - map->reg_stride); in regcache_sync_block_raw_flush()
658 base, cur - map->reg_stride, ret); in regcache_sync_block_raw_flush()
679 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_raw()
709 map->reg_stride); in regcache_sync_block_raw()