Lines Matching defs:base
205 void __iomem *base;
280 u_char __iomem *base, *virt;
300 base = &virt[hw_info[i].offset & (resource_size(link->resource[2])-1)];
301 if ((readb(base+0) == hw_info[i].a0) &&
302 (readb(base+2) == hw_info[i].a1) &&
303 (readb(base+4) == hw_info[i].a2)) {
305 dev->dev_addr[j] = readb(base + (j<<1));
573 " address for io base %#3lx\n", dev->base_addr);
647 iounmap(info->base);
1374 void __iomem *base = ei_status.mem;
1382 copyin(buf, base + offset, semi_count);
1387 copyin(buf, base + offset, count);
1431 info->base = ioremap(link->resource[3]->start,
1433 if (unlikely(!info->base)) {
1439 __raw_writew((i>>1), info->base+offset+i);
1442 if (__raw_readw(info->base+offset+i) != (i>>1)) break;
1445 iounmap(info->base);
1447 info->base = NULL;
1451 ei_status.mem = info->base + offset;