Home
last modified time | relevance | path

Searched refs:MST_FPGA_PHYS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dmainstone.h20 #define MST_FPGA_PHYS PXA_CS2_PHYS macro
22 #define MST_P2V(x) ((x) - MST_FPGA_PHYS + MST_FPGA_VIRT)
23 #define MST_V2P(x) ((x) - MST_FPGA_VIRT + MST_FPGA_PHYS)
/linux-4.4.14/arch/arm/mach-pxa/
Dmainstone.c418 .start = MST_FPGA_PHYS + 0xc0,
419 .end = MST_FPGA_PHYS + 0xe0 - 1,
560 .pfn = __phys_to_pfn(MST_FPGA_PHYS),