Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-bcm283x/include/mach/
Dwdog.h24 #define BCM2835_WDOG_RSTC_WRCFG_MASK 0x00000030 macro
/external/u-boot/arch/arm/mach-bcm283x/
Dreset.c46 rstc &= ~BCM2835_WDOG_RSTC_WRCFG_MASK; in reset_cpu()