Home
last modified time | relevance | path

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

/openbmc/u-boot/board/renesas/ebisu/
H A Debisu.c61 #define RST_BASE 0xE6160000 macro
62 #define RST_CA57RESCNT (RST_BASE + 0x40)
63 #define RST_CA53RESCNT (RST_BASE + 0x44)
64 #define RST_RSTOUTCR (RST_BASE + 0x58)
/openbmc/u-boot/board/renesas/draak/
H A Ddraak.c88 #define RST_BASE 0xE6160000 macro
89 #define RST_CA57RESCNT (RST_BASE + 0x40)
90 #define RST_CA53RESCNT (RST_BASE + 0x44)
91 #define RST_RSTOUTCR (RST_BASE + 0x58)
/openbmc/u-boot/board/renesas/eagle/
H A Deagle.c85 #define RST_BASE 0xE6160000 macro
86 #define RST_CA57RESCNT (RST_BASE + 0x40)
87 #define RST_CA53RESCNT (RST_BASE + 0x44)
88 #define RST_RSTOUTCR (RST_BASE + 0x58)
/openbmc/u-boot/board/renesas/salvator-x/
H A Dsalvator-x.c87 #define RST_BASE 0xE6160000 macro
88 #define RST_CA57RESCNT (RST_BASE + 0x40)
89 #define RST_CA53RESCNT (RST_BASE + 0x44)
90 #define RST_RSTOUTCR (RST_BASE + 0x58)
/openbmc/u-boot/arch/arm/cpu/sa1100/
H A 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()
H A Dstart.S73 RST_BASE: .word 0x90030000 label