Searched refs:ISAIO_BASE (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
H A D | hardware.h | 16 #define ISAIO_BASE 0xf0000000 macro
|
/linux-4.1.27/arch/arm/mach-ebsa110/ |
H A D | io.c | 217 ret = __raw_readb((void __iomem *)ISAIO_BASE + (port << 2)); __inb8() 219 void __iomem *a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); __inb8() 248 return __raw_readb((void __iomem *)ISAIO_BASE + offset); __inb16() 264 return __raw_readw((void __iomem *)ISAIO_BASE + offset); __inw() 277 a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); __inl() 293 __raw_writeb(val, (void __iomem *)ISAIO_BASE + (port << 2)); __outb8() 295 void __iomem *a = (void __iomem *)ISAIO_BASE + ((port & ~1) << 1); __outb8() 319 __raw_writeb(val, (void __iomem *)ISAIO_BASE + offset); __outb16() 335 __raw_writew(val, (void __iomem *)ISAIO_BASE + offset); __outw() 360 __raw_writesb((void __iomem *)ISAIO_BASE + off, from, len); outsb() 375 __raw_readsb((void __iomem *)ISAIO_BASE + off, from, len); insb() 393 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len); outsw() 408 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len); insw() 425 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len << 1); outsl() 435 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len << 1); insl()
|
H A D | core.c | 102 .virtual = ISAIO_BASE,
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | am79c961a.c | 56 : "r" (val), "r" (reg), "r" (ISAIO_BASE + 0x0464)); write_rreg() 66 : "r" (reg), "r" (ISAIO_BASE + 0x0464)); read_rreg() 76 : "r" (val), "r" (reg), "r" (ISAIO_BASE + 0x0464)); write_ireg() 86 : "r" (reg), "r" (ISAIO_BASE + 0x0464)); read_ireg()
|
Completed in 121 milliseconds