Home
last modified time | relevance | path

Searched refs:IO7_IO_PHYS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/alpha/include/asm/
Dcore_marvel.h255 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) macro
263 #define IO7_IO_KERN(pe, port) (IO7_KERN_ADDR(IO7_IO_PHYS(pe, port)))
/linux-2.6.39/arch/alpha/kernel/
Dcore_marvel.c235 hose->dense_io_base = IO7_IO_PHYS(io7->pe, port); in io7_init_hose()