Searched refs:ISAIO_BASE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm/mach-ebsa110/ |
D | io.c | 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() [all …]
|
D | core.c | 102 .virtual = ISAIO_BASE,
|
/linux-4.4.14/arch/arm/mach-ebsa110/include/mach/ |
D | hardware.h | 16 #define ISAIO_BASE 0xf0000000 macro
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | am79c961a.c | 56 : "r" (val), "r" (reg), "r" (ISAIO_BASE + 0x0464)); in write_rreg() 66 : "r" (reg), "r" (ISAIO_BASE + 0x0464)); in read_rreg() 76 : "r" (val), "r" (reg), "r" (ISAIO_BASE + 0x0464)); in write_ireg() 86 : "r" (reg), "r" (ISAIO_BASE + 0x0464)); in read_ireg()
|