Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/include/mach/
Didp.h43 #define IDP_CPLD_VIRT (IDP_COREVOLT_VIRT + IDP_COREVOLT_SIZE) macro
46 #if (IDP_CPLD_VIRT + IDP_CPLD_SIZE) > 0xfc000000
50 #define CPLD_P2V(x) ((x) - IDP_CPLD_PHYS + IDP_CPLD_VIRT)
51 #define CPLD_V2P(x) ((x) - IDP_CPLD_VIRT + IDP_CPLD_PHYS)
/arch/arm/mach-pxa/
Didp.c181 .virtual = IDP_CPLD_VIRT,