Lines Matching defs:offset
306 unsigned int offset)
308 u32 data = ioread32(chan->base + offset);
310 __func__, chan->base, offset, data);
315 unsigned int offset, u32 data)
317 iowrite32(data, chan->base + offset);
319 __func__, chan->base, offset, data);
323 unsigned int offset)
325 u32 data = ioread32(nbpf->base + offset);
327 __func__, nbpf->base, offset, data);
332 unsigned int offset, u32 data)
334 iowrite32(data, nbpf->base + offset);
336 __func__, nbpf->base, offset, data);