Lines Matching defs:offset
94 u32 offset;
126 unsigned int offset)
128 return readl(host->base + offset);
132 unsigned int offset, u32 data)
134 writel(data, host->base + offset);
929 .offset = 0x200,
933 .offset = 0x200,
938 .offset = 0x200,
943 .offset = 0x200,
1089 u32 offset;
1109 offset = data->offset;
1130 host->ioaddr += offset;
1131 host->mapbase = regs->start + offset;