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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dcore_marvel.h252 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) macro
254 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL)
255 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL)
256 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL)
258 (IO7_HOSE(pe, port) | 0xFF800000UL | (off))

Completed in 10 milliseconds