Searched defs:reg_bytes (Results 1 - 3 of 3) sorted by relevance

/drivers/base/regmap/
H A Dregmap-mmio.c28 unsigned reg_bytes; member in struct:regmap_mmio_context
140 unsigned int offset = ctx->reg_bytes + ctx->pad_bytes;
144 return regmap_mmio_gather_write(context, data, ctx->reg_bytes,
272 ctx->reg_bytes = config->reg_bits / 8;
H A Dinternal.h34 size_t reg_bytes; member in struct:regmap_format
H A Dregmap.c565 map->format.reg_bytes = DIV_ROUND_UP(config->reg_bits, 8);
1200 void *work_val = map->work_buf + map->format.reg_bytes +
1310 map->format.reg_bytes + map->format.val_bytes);
1319 map->format.reg_bytes +
1325 map->format.reg_bytes +
1350 map->format.reg_bytes +
1355 map->format.reg_bytes +
1361 len = map->format.reg_bytes + map->format.pad_bytes + val_len;
1366 memcpy(buf, map->work_buf, map->format.reg_bytes);
1367 memcpy(buf + map->format.reg_bytes
1756 size_t reg_bytes = map->format.reg_bytes; local
[all...]

Completed in 66 milliseconds