Searched refs:IO7_HOSE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dcore_marvel.h251 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) macro
253 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL)
254 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL)
255 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL)
257 (IO7_HOSE(pe, port) | 0xFF800000UL | (off))

Completed in 87 milliseconds