Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Didp.h41 #define IDP_CPLD_VIRT (IDP_COREVOLT_VIRT + IDP_COREVOLT_SIZE) macro
44 #if (IDP_CPLD_VIRT + IDP_CPLD_SIZE) > 0xfc000000
48 #define CPLD_P2V(x) ((x) - IDP_CPLD_PHYS + IDP_CPLD_VIRT)
49 #define CPLD_V2P(x) ((x) - IDP_CPLD_VIRT + IDP_CPLD_PHYS)
Didp.c183 .virtual = IDP_CPLD_VIRT,