Lines Matching defs:offset
14 u32 offset, void *buf, int count)
22 return regmap_bulk_read(ocelot->targets[target], addr + offset,
27 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset)
35 regmap_read(ocelot->targets[target], addr + offset, &val);
41 u32 offset)
49 regmap_write(ocelot->targets[target], addr + offset, val);
54 enum ocelot_reg reg, u32 offset)
62 regmap_update_bits(ocelot->targets[target], addr + offset, mask, val);
100 u32 reg, u32 offset)
105 ocelot->map[target][reg] + offset, &val);
110 u32 val, u32 reg, u32 offset)
113 ocelot->map[target][reg] + offset, val);