Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/stboards/
Dharp.h13 #define EPLD_BASE 0xa0800000 macro
15 #define EPLD_LED (EPLD_BASE+0x000c0000)
16 #define EPLD_INTSTAT0 (EPLD_BASE+0x00200000)
17 #define EPLD_INTSTAT1 (EPLD_BASE+0x00240000)
18 #define EPLD_INTMASK0 (EPLD_BASE+0x00280000)
19 #define EPLD_INTMASK1 (EPLD_BASE+0x002c0000)
20 #define EPLD_PAGEADDR (EPLD_BASE+0x00300000)
21 #define EPLD_REVID1 (EPLD_BASE+0x00380000)
22 #define EPLD_REVID2 (EPLD_BASE+0x003c0000)
29 #define EPLD_BASE 0xa7000000 macro
[all …]
/linux-2.4.37.9/arch/sh64/mach-cayman/
Dirq.c26 #define EPLD_BASE 0x04002000 macro
181 epld_virt = onchip_remap(EPLD_BASE, 1024, "EPLD"); in init_cayman_irq()