Searched refs:ISAIO_BASE (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/arm/mach-ebsa110/ |
D | io.c | 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() [all …]
|
D | core.c | 98 .virtual = ISAIO_BASE,
|
/Linux-v5.10/arch/arm/mach-ebsa110/include/mach/ |
D | hardware.h | 13 #define ISAIO_BASE 0xf0000000 macro
|
/Linux-v5.10/drivers/net/ethernet/amd/ |
D | am79c961a.c | 53 : "r" (val), "r" (reg), "r" (ISAIO_BASE + 0x0464)); in write_rreg() 63 : "r" (reg), "r" (ISAIO_BASE + 0x0464)); in read_rreg() 73 : "r" (val), "r" (reg), "r" (ISAIO_BASE + 0x0464)); in write_ireg() 83 : "r" (reg), "r" (ISAIO_BASE + 0x0464)); in read_ireg()
|