Lines Matching refs:IDP_CPLD_PHYS
34 #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)
69 #define _IDP_CPLD_GPIOH_VALUE (IDP_CPLD_PHYS + 0x1C)
70 #define _IDP_CPLD_GPIOL_DIR (IDP_CPLD_PHYS + 0x20)
71 #define _IDP_CPLD_GPIOL_VALUE (IDP_CPLD_PHYS + 0x24)
72 #define _IDP_CPLD_PCCARD_PWR (IDP_CPLD_PHYS + 0x28)
73 #define _IDP_CPLD_MISC_CTRL (IDP_CPLD_PHYS + 0x2C)
74 #define _IDP_CPLD_LCD (IDP_CPLD_PHYS + 0x30)
75 #define _IDP_CPLD_FLASH_WE (IDP_CPLD_PHYS + 0x34)
77 #define _IDP_CPLD_KB_ROW (IDP_CPLD_PHYS + 0x50)
78 #define _IDP_CPLD_PCCARD0_STATUS (IDP_CPLD_PHYS + 0x54)
79 #define _IDP_CPLD_PCCARD1_STATUS (IDP_CPLD_PHYS + 0x58)
80 #define _IDP_CPLD_MISC_STATUS (IDP_CPLD_PHYS + 0x5C)