IO7_HOSE          254 arch/alpha/include/asm/core_marvel.h #define IO7_MEM_PHYS(pe, port)	(IO7_HOSE(pe, port) | 0x00000000UL)
IO7_HOSE          255 arch/alpha/include/asm/core_marvel.h #define IO7_CONF_PHYS(pe, port)	(IO7_HOSE(pe, port) | 0xFE000000UL)
IO7_HOSE          256 arch/alpha/include/asm/core_marvel.h #define IO7_IO_PHYS(pe, port)	(IO7_HOSE(pe, port) | 0xFF000000UL)
IO7_HOSE          258 arch/alpha/include/asm/core_marvel.h                                 (IO7_HOSE(pe, port) | 0xFF800000UL | (off))