Lines Matching refs:base
88 ecard_loader_reset(unsigned long base, loader_t loader);
90 ecard_loader_read(int off, unsigned long base, loader_t loader);
141 void __iomem *base = (void __iomem *)
163 writeb(0, base);
172 readb(base + page);
177 *buf++ = readb(base + page);
181 unsigned long base = (ec->easi
184 void __iomem *pbase = (void __iomem *)base;
199 *buf++ = ecard_loader_read(off++, base,
692 unsigned long base;
719 base = PODSLOT_IOC0_BASE + (slot << 14);
721 base = PODSLOT_IOC4_BASE + ((slot - 4) << 14);
737 base + (i << 19), PODSLOT_IOC_SIZE);