Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/
Dmainstone.h17 #define MST_P2V(x) ((x) - MST_FPGA_PHYS + MST_FPGA_VIRT) macro
21 # define __MST_REG(x) (*((volatile unsigned long *)MST_P2V(x)))
23 # define __MST_REG(x) MST_P2V(x)