Lines Matching refs:reg_read
26 unsigned int (*reg_read)(struct regmap_mmio_context *ctx, member
236 *val = ctx->reg_read(ctx, reg); in regmap_mmio_read()
259 .reg_read = regmap_mmio_read,
305 ctx->reg_read = regmap_mmio_read8_relaxed; in regmap_mmio_gen_context()
308 ctx->reg_read = regmap_mmio_read8; in regmap_mmio_gen_context()
314 ctx->reg_read = regmap_mmio_read16le_relaxed; in regmap_mmio_gen_context()
317 ctx->reg_read = regmap_mmio_read16le; in regmap_mmio_gen_context()
323 ctx->reg_read = regmap_mmio_read32le_relaxed; in regmap_mmio_gen_context()
326 ctx->reg_read = regmap_mmio_read32le; in regmap_mmio_gen_context()
333 ctx->reg_read = regmap_mmio_read64le_relaxed; in regmap_mmio_gen_context()
336 ctx->reg_read = regmap_mmio_read64le; in regmap_mmio_gen_context()
352 ctx->reg_read = regmap_mmio_read8; in regmap_mmio_gen_context()
356 ctx->reg_read = regmap_mmio_read16be; in regmap_mmio_gen_context()
360 ctx->reg_read = regmap_mmio_read32be; in regmap_mmio_gen_context()