HomeSort by relevance Sort by last modified time
    Searched refs:BCM2835_WDOG_PASSWORD (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/mach-bcm283x/include/mach/
wdog.h 22 #define BCM2835_WDOG_PASSWORD 0x5a000000
  /external/u-boot/arch/arm/mach-bcm283x/
reset.c 49 writel(BCM2835_WDOG_PASSWORD | timeout, &wdog_regs->wdog);
50 writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc);
73 val |= BCM2835_WDOG_PASSWORD;

Completed in 138 milliseconds