Home
last modified time | relevance | path

Searched refs:FPGA_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/renesas/r7780mp/
H A Dr7780mp.h13 #define FPGA_BASE 0xa4000000 macro
14 #define FPGA_IRLMSK (FPGA_BASE + 0x00)
15 #define FPGA_IRLMON (FPGA_BASE + 0x02)
16 #define FPGA_IRLPRI1 (FPGA_BASE + 0x04)
17 #define FPGA_IRLPRI2 (FPGA_BASE + 0x06)
18 #define FPGA_IRLPRI3 (FPGA_BASE + 0x08)
19 #define FPGA_IRLPRI4 (FPGA_BASE + 0x0A)
20 #define FPGA_RSTCTL (FPGA_BASE + 0x0C)
21 #define FPGA_PCIBD (FPGA_BASE + 0x0E)
22 #define FPGA_PCICD (FPGA_BASE + 0x10)
[all …]
/openbmc/u-boot/board/renesas/r2dplus/
H A Dr2dplus.c30 #define FPGA_BASE 0xA4000000 macro
31 #define FPGA_CFCTL (FPGA_BASE + 0x04)
33 #define FPGA_CFPOW (FPGA_BASE + 0x06)
35 #define FPGA_CFCDINTCLR (FPGA_BASE + 0x2A)
/openbmc/linux/arch/sh/include/mach-common/mach/
H A Durquell.h29 #define FPGA_BASE CS1_BASE macro
31 #define BOARDREG(ofs) (FPGA_BASE + ofs##_OFS)
32 #define UBOARDREG(ofs) (0xa0000000 + FPGA_BASE + ofs##_OFS)