Searched refs:MST_FPGA_VIRT (Results 1 – 2 of 2) sorted by relevance
16 #define MST_FPGA_VIRT (0xf0000000) macro17 #define MST_P2V(x) ((x) - MST_FPGA_PHYS + MST_FPGA_VIRT)18 #define MST_V2P(x) ((x) - MST_FPGA_VIRT + MST_FPGA_PHYS)
619 .virtual = MST_FPGA_VIRT,