Home
last modified time | relevance | path

Searched refs:ATMEL_BASE_RSTC (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rstc.h16 #define AT91_ASM_RSTC_SR (ATMEL_BASE_RSTC + 0x04)
17 #define AT91_ASM_RSTC_MR (ATMEL_BASE_RSTC + 0x08)
H A Dat91sam9261.h83 #define ATMEL_BASE_RSTC 0xfffffd00 macro
H A Dat91sam9rl.h86 #define ATMEL_BASE_RSTC 0xfffffd00 macro
H A Dat91sam9263.h96 #define ATMEL_BASE_RSTC 0xfffffd00 macro
H A Dat91sam9g45.h101 #define ATMEL_BASE_RSTC 0xfffffd00 macro
H A Dat91sam9260.h99 #define ATMEL_BASE_RSTC 0xfffffd00 macro
H A Dat91sam9x5.h102 #define ATMEL_BASE_RSTC 0xfffffe00 macro
H A Dsama5d3.h146 #define ATMEL_BASE_RSTC 0xfffffe00 macro
H A Dsama5d4.h130 #define ATMEL_BASE_RSTC 0xfc068600 macro
H A Dsama5d2.h154 #define ATMEL_BASE_RSTC ATMEL_BASE_SYSC macro
/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dreset.c19 at91_rstc_t *rstc = (at91_rstc_t *)ATMEL_BASE_RSTC; in reset_cpu()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dreset.c16 at91_rstc_t *rstc = (at91_rstc_t *) ATMEL_BASE_RSTC; in reset_cpu()
/openbmc/u-boot/arch/arm/mach-at91/
H A Dphy.c26 at91_rstc_t *rstc = (at91_rstc_t *)ATMEL_BASE_RSTC; in at91_phy_reset()
H A Dspl_at91.c25 struct at91_rstc *rstc = (struct at91_rstc *)ATMEL_BASE_RSTC; in enable_ext_reset()