Lines Matching refs:ISAIO_BASE
218 ret = __raw_readb((void __iomem *)ISAIO_BASE + (port << 2)); in __inb8()
220 void __iomem *a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); in __inb8()
249 return __raw_readb((void __iomem *)ISAIO_BASE + offset); in __inb16()
265 return __raw_readw((void __iomem *)ISAIO_BASE + offset); in __inw()
278 a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); in __inl()
294 __raw_writeb(val, (void __iomem *)ISAIO_BASE + (port << 2)); in __outb8()
296 void __iomem *a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); in __outb8()
320 __raw_writeb(val, (void __iomem *)ISAIO_BASE + offset); in __outb16()
336 __raw_writew(val, (void __iomem *)ISAIO_BASE + offset); in __outw()
361 __raw_writesb((void __iomem *)ISAIO_BASE + off, from, len); in outsb()
376 __raw_readsb((void __iomem *)ISAIO_BASE + off, from, len); in insb()
394 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len); in outsw()
409 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len); in insw()
426 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len << 1); in outsl()
436 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len << 1); in insl()