Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/
Dmainstone.h15 #define MST_FPGA_PHYS PXA_CS2_PHYS macro
17 #define MST_P2V(x) ((x) - MST_FPGA_PHYS + MST_FPGA_VIRT)
18 #define MST_V2P(x) ((x) - MST_FPGA_VIRT + MST_FPGA_PHYS)
Dmainstone.c413 .start = MST_FPGA_PHYS + 0xc0,
414 .end = MST_FPGA_PHYS + 0xe0 - 1,
620 .pfn = __phys_to_pfn(MST_FPGA_PHYS),