MST_FPGA_PHYS      19 arch/arm/mach-pxa/include/mach/mainstone.h #define MST_P2V(x)		((x) - MST_FPGA_PHYS + MST_FPGA_VIRT)
MST_FPGA_PHYS      20 arch/arm/mach-pxa/include/mach/mainstone.h #define MST_V2P(x)		((x) - MST_FPGA_VIRT + MST_FPGA_PHYS)
MST_FPGA_PHYS     414 arch/arm/mach-pxa/mainstone.c 		.start	= MST_FPGA_PHYS + 0xc0,
MST_FPGA_PHYS     415 arch/arm/mach-pxa/mainstone.c 		.end	= MST_FPGA_PHYS + 0xe0 - 1,
MST_FPGA_PHYS     608 arch/arm/mach-pxa/mainstone.c 		.pfn		= __phys_to_pfn(MST_FPGA_PHYS),