Lines Matching refs:reg_read
27 unsigned int (*reg_read)(struct regmap_mmio_context *ctx, member
322 *val = ctx->reg_read(ctx, reg); in regmap_mmio_read()
400 .reg_read = regmap_mmio_read,
450 ctx->reg_read = regmap_mmio_ioread8; in regmap_mmio_gen_context()
453 ctx->reg_read = regmap_mmio_read8_relaxed; in regmap_mmio_gen_context()
456 ctx->reg_read = regmap_mmio_read8; in regmap_mmio_gen_context()
462 ctx->reg_read = regmap_mmio_ioread16le; in regmap_mmio_gen_context()
465 ctx->reg_read = regmap_mmio_read16le_relaxed; in regmap_mmio_gen_context()
468 ctx->reg_read = regmap_mmio_read16le; in regmap_mmio_gen_context()
474 ctx->reg_read = regmap_mmio_ioread32le; in regmap_mmio_gen_context()
477 ctx->reg_read = regmap_mmio_read32le_relaxed; in regmap_mmio_gen_context()
480 ctx->reg_read = regmap_mmio_read32le; in regmap_mmio_gen_context()
497 ctx->reg_read = regmap_mmio_ioread8; in regmap_mmio_gen_context()
500 ctx->reg_read = regmap_mmio_read8; in regmap_mmio_gen_context()
506 ctx->reg_read = regmap_mmio_ioread16be; in regmap_mmio_gen_context()
509 ctx->reg_read = regmap_mmio_read16be; in regmap_mmio_gen_context()
515 ctx->reg_read = regmap_mmio_ioread32be; in regmap_mmio_gen_context()
518 ctx->reg_read = regmap_mmio_read32be; in regmap_mmio_gen_context()