Lines Matching refs:reg_read
27 unsigned int (*reg_read)(struct regmap_mmio_context *ctx, member
336 *val = ctx->reg_read(ctx, reg); in regmap_mmio_read()
424 .reg_read = regmap_mmio_read,
474 ctx->reg_read = regmap_mmio_ioread8; in regmap_mmio_gen_context()
477 ctx->reg_read = regmap_mmio_read8_relaxed; in regmap_mmio_gen_context()
480 ctx->reg_read = regmap_mmio_read8; in regmap_mmio_gen_context()
486 ctx->reg_read = regmap_mmio_ioread16le; in regmap_mmio_gen_context()
489 ctx->reg_read = regmap_mmio_read16le_relaxed; in regmap_mmio_gen_context()
492 ctx->reg_read = regmap_mmio_read16le; in regmap_mmio_gen_context()
498 ctx->reg_read = regmap_mmio_ioread32le; in regmap_mmio_gen_context()
501 ctx->reg_read = regmap_mmio_read32le_relaxed; in regmap_mmio_gen_context()
504 ctx->reg_read = regmap_mmio_read32le; in regmap_mmio_gen_context()
521 ctx->reg_read = regmap_mmio_ioread8; in regmap_mmio_gen_context()
524 ctx->reg_read = regmap_mmio_read8; in regmap_mmio_gen_context()
530 ctx->reg_read = regmap_mmio_ioread16be; in regmap_mmio_gen_context()
533 ctx->reg_read = regmap_mmio_read16be; in regmap_mmio_gen_context()
539 ctx->reg_read = regmap_mmio_ioread32be; in regmap_mmio_gen_context()
542 ctx->reg_read = regmap_mmio_read32be; in regmap_mmio_gen_context()