Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Didp.h48 #define CPLD_P2V(x) ((x) - IDP_CPLD_PHYS + IDP_CPLD_VIRT) macro
52 # define __CPLD_REG(x) (*((volatile unsigned long *)CPLD_P2V(x)))
54 # define __CPLD_REG(x) CPLD_P2V(x)