Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dreset.c50 writel(BCM2835_WDOG_PASSWORD | timeout, &wdog_regs->wdog); in reset_cpu()
51 writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc); in reset_cpu()
75 val |= BCM2835_WDOG_PASSWORD; in efi_reset_system()
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dwdog.h23 #define BCM2835_WDOG_PASSWORD 0x5a000000 macro