Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/
Dmainstone.h16 #define MST_FPGA_VIRT (0xf0000000) 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.c619 .virtual = MST_FPGA_VIRT,