IO_BASE            16 include/asm-m68k/apollodma.h #define dma_outb(val,addr) (*((volatile unsigned char *)(addr+IO_BASE)) = (val))
IO_BASE            17 include/asm-m68k/apollodma.h #define dma_inb(addr)	   (*((volatile unsigned char *)(addr+IO_BASE)))
IO_BASE            95 include/asm-m68k/apollohw.h #define sio01 ((*(volatile struct SCN2681 *)(IO_BASE + sio01_physaddr)))
IO_BASE            96 include/asm-m68k/apollohw.h #define sio23 ((*(volatile struct SCN2681 *)(IO_BASE + sio23_physaddr)))
IO_BASE            97 include/asm-m68k/apollohw.h #define rtc (((volatile struct mc146818 *)(IO_BASE + rtc_physaddr)))
IO_BASE            98 include/asm-m68k/apollohw.h #define cpuctrl (*(volatile unsigned int *)(IO_BASE + cpuctrl_physaddr))
IO_BASE            99 include/asm-m68k/apollohw.h #define pica (IO_BASE + pica_physaddr)
IO_BASE           100 include/asm-m68k/apollohw.h #define picb (IO_BASE + picb_physaddr)
IO_BASE           101 include/asm-m68k/apollohw.h #define timer (IO_BASE + timer_physaddr)
IO_BASE           102 include/asm-m68k/apollohw.h #define addr_xlat_map ((unsigned short *)(IO_BASE + 0x17000))
IO_BASE           104 include/asm-m68k/apollohw.h #define isaIO2mem(x) (((((x) & 0x3f8)  << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)