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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-clps711x/
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 29 milliseconds