Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dreset.c49 writel(BCM2835_WDOG_PASSWORD | timeout, &wdog_regs->wdog); in reset_cpu()
50 writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc); in reset_cpu()
73 val |= BCM2835_WDOG_PASSWORD; in efi_reset_system()
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dwdog.h22 #define BCM2835_WDOG_PASSWORD 0x5a000000 macro