Searched refs:SYSPLD_REG (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/arm/mach-clps711x/include/mach/ |
D | syspld.h | 30 #define SYSPLD_REG(type,off) (*(volatile type *)(SYSPLD_BASE + off)) macro 32 #define SYSPLD_REG(type,off) (off) macro 35 #define PLD_INT SYSPLD_REG(u32, 0x000000) 40 #define PLD_PWR SYSPLD_REG(u32, 0x000004) 48 #define PLD_KBD SYSPLD_REG(u32, 0x000008) 52 #define PLD_SPI SYSPLD_REG(u32, 0x00000c) 55 #define PLD_IO SYSPLD_REG(u32, 0x000010) 64 #define PLD_IRDA SYSPLD_REG(u32, 0x000014) 67 #define PLD_COM2 SYSPLD_REG(u32, 0x000018) 70 #define PLD_COM1 SYSPLD_REG(u32, 0x00001c) [all …]
|