Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/include/mach/
Didp.h51 #define CPLD_P2V(x) ((x) - IDP_CPLD_PHYS + IDP_CPLD_VIRT) macro
55 # define __CPLD_REG(x) (*((volatile unsigned long *)CPLD_P2V(x)))
57 # define __CPLD_REG(x) CPLD_P2V(x)