Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dmainstone.h22 #define MST_P2V(x) ((x) - MST_FPGA_PHYS + MST_FPGA_VIRT) macro
26 # define __MST_REG(x) (*((volatile unsigned long *)MST_P2V(x)))
28 # define __MST_REG(x) MST_P2V(x)