Lines Matching refs:ISAIO_BASE
217 ret = __raw_readb((void __iomem *)ISAIO_BASE + (port << 2)); in __inb8()
219 void __iomem *a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); in __inb8()
248 return __raw_readb((void __iomem *)ISAIO_BASE + offset); in __inb16()
264 return __raw_readw((void __iomem *)ISAIO_BASE + offset); in __inw()
277 a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); in __inl()
293 __raw_writeb(val, (void __iomem *)ISAIO_BASE + (port << 2)); in __outb8()
295 void __iomem *a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); in __outb8()
319 __raw_writeb(val, (void __iomem *)ISAIO_BASE + offset); in __outb16()
335 __raw_writew(val, (void __iomem *)ISAIO_BASE + offset); in __outw()
360 __raw_writesb((void __iomem *)ISAIO_BASE + off, from, len); in outsb()
375 __raw_readsb((void __iomem *)ISAIO_BASE + off, from, len); in insb()
393 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len); in outsw()
408 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len); in insw()
425 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len << 1); in outsl()
435 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len << 1); in insl()