Lines Matching refs:base
48 u8 __iomem *base = hostdata->io;
53 writeb(0x02, base + CTRL);
59 status = readb(base + STAT);
78 writeb(0x12, base + CTRL);
83 status = readb(base + STAT);
93 status = readb(base + STAT);
104 writeb(hostdata->ctrl | 0x40, base + CTRL);
115 u8 __iomem *base = hostdata->io;
120 writeb(0x00, base + CTRL);
125 status = readb(base + STAT);
144 writeb(0x10, base + CTRL);
149 status = readb(base + STAT);
159 status = readb(base + STAT);
170 writeb(hostdata->ctrl | 0x40, base + CTRL);
186 u8 __iomem *base = hostdata->io;
189 writeb(0, base + CTRL);
191 val = readb(base + 0x2100 + (reg << 2));
194 writeb(0x40, base + CTRL);
202 u8 __iomem *base = hostdata->io;
204 writeb(0, base + CTRL);
206 writeb(value, base + 0x2100 + (reg << 2));
209 writeb(0x40, base + CTRL);
299 void __iomem *base = priv(host)->io;
308 iounmap(base);