Searched refs:SYSPLD_REG (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/include/mach/
H A Dsyspld.h30 #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(u3
[all...]

Completed in 44 milliseconds