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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-vr41xx.c122 if (request_mem_region(PCIU_BASE, PCIU_SIZE, "PCIU") == NULL)
125 pciu_base = ioremap(PCIU_BASE, PCIU_SIZE);
127 release_mem_region(PCIU_BASE, PCIU_SIZE);
H A Dpci-vr41xx.h26 #define PCIU_SIZE 0x200UL macro

Completed in 212 milliseconds