Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Dcore_marvel.h254 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) macro
262 #define IO7_MEM_KERN(pe, port) (IO7_KERN_ADDR(IO7_MEM_PHYS(pe, port)))
/linux/arch/alpha/kernel/
H A Dcore_marvel.c239 hose->dense_mem_base = IO7_MEM_PHYS(io7->pe, port); in io7_init_hose()