Home
last modified time | relevance | path

Searched refs:RST_BASE (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/board/renesas/ebisu/
Debisu.c66 #define RST_BASE 0xE6160000 macro
67 #define RST_CA57RESCNT (RST_BASE + 0x40)
68 #define RST_CA53RESCNT (RST_BASE + 0x44)
69 #define RST_RSTOUTCR (RST_BASE + 0x58)
/external/u-boot/board/renesas/eagle/
Deagle.c90 #define RST_BASE 0xE6160000 macro
91 #define RST_CA57RESCNT (RST_BASE + 0x40)
92 #define RST_CA53RESCNT (RST_BASE + 0x44)
93 #define RST_RSTOUTCR (RST_BASE + 0x58)
/external/u-boot/board/renesas/draak/
Ddraak.c112 #define RST_BASE 0xE6160000 macro
113 #define RST_CA57RESCNT (RST_BASE + 0x40)
114 #define RST_CA53RESCNT (RST_BASE + 0x44)
115 #define RST_RSTOUTCR (RST_BASE + 0x58)
/external/u-boot/board/renesas/salvator-x/
Dsalvator-x.c124 #define RST_BASE 0xE6160000 macro
125 #define RST_CA57RESCNT (RST_BASE + 0x40)
126 #define RST_CA53RESCNT (RST_BASE + 0x44)
127 #define RST_RSTOUTCR (RST_BASE + 0x58)
/external/u-boot/arch/arm/cpu/sa1100/
Dcpu.c52 #define RST_BASE 0x90030000 macro
60 writel(0, RST_BASE + RCSR); in reset_cpu()
61 writel(1, RST_BASE + RSRR); in reset_cpu()
Dstart.S73 RST_BASE: .word 0x90030000 label