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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dpci.c64 #define BASE_IO_MEMORY 0xE000000000000000UL macro
66 static unsigned long max_io_memory = BASE_IO_MEMORY;
85 * - Allocates starting at BASE_IO_MEMORY and increases.
105 bar_res->start = BASE_IO_MEMORY +
117 max_io_memory = BASE_IO_MEMORY +
359 if ((OrigIoAddr < BASE_IO_MEMORY) || (OrigIoAddr >= max_io_memory))
361 BaseIoAddr = OrigIoAddr - BASE_IO_MEMORY;

Completed in 90 milliseconds