Home
last modified time | relevance | path

Searched refs:reg_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/base/regmap/
Dregmap-mmio.c28 unsigned reg_bytes; member
140 unsigned int offset = ctx->reg_bytes + ctx->pad_bytes; in regmap_mmio_write()
144 return regmap_mmio_gather_write(context, data, ctx->reg_bytes, in regmap_mmio_write()
272 ctx->reg_bytes = config->reg_bits / 8; in regmap_mmio_gen_context()
Dregmap.c574 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8); in __regmap_init()
1204 void *work_val = map->work_buf + map->format.reg_bytes + in _regmap_raw_write()
1314 map->format.reg_bytes + map->format.val_bytes); in _regmap_raw_write()
1323 map->format.reg_bytes + in _regmap_raw_write()
1329 map->format.reg_bytes + in _regmap_raw_write()
1353 map->format.reg_bytes + in _regmap_raw_write()
1358 map->format.reg_bytes + in _regmap_raw_write()
1364 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write()
1369 memcpy(buf, map->work_buf, map->format.reg_bytes); in _regmap_raw_write()
1370 memcpy(buf + map->format.reg_bytes + map->format.pad_bytes, in _regmap_raw_write()
[all …]
Dinternal.h34 size_t reg_bytes; member