Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/include/mach/
Didp.h34 #define IDP_CPLD_PHYS (PXA_CS5_PHYS + 0x03C00000) macro
51 #define CPLD_P2V(x) ((x) - IDP_CPLD_PHYS + IDP_CPLD_VIRT)
52 #define CPLD_V2P(x) ((x) - IDP_CPLD_VIRT + IDP_CPLD_PHYS)
62 #define _IDP_CPLD_REV (IDP_CPLD_PHYS + 0x00)
63 #define _IDP_CPLD_PERIPH_PWR (IDP_CPLD_PHYS + 0x04)
64 #define _IDP_CPLD_LED_CONTROL (IDP_CPLD_PHYS + 0x08)
65 #define _IDP_CPLD_KB_COL_HIGH (IDP_CPLD_PHYS + 0x0C)
66 #define _IDP_CPLD_KB_COL_LOW (IDP_CPLD_PHYS + 0x10)
67 #define _IDP_CPLD_PCCARD_EN (IDP_CPLD_PHYS + 0x14)
68 #define _IDP_CPLD_GPIOH_DIR (IDP_CPLD_PHYS + 0x18)
[all …]
/arch/arm/mach-pxa/
Didp.c189 .pfn = __phys_to_pfn(IDP_CPLD_PHYS),