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

  /external/u-boot/arch/arm/include/asm/arch-omap3/
omap.h 80 #define WD2_BASE 0x48314000
  /external/u-boot/arch/arm/mach-omap2/omap3/
board.c 250 struct watchdog *wd2_base = (struct watchdog *)WD2_BASE; local
264 writel(WD_UNLOCK1, &wd2_base->wspr);
265 wait_for_command_complete(wd2_base);
266 writel(WD_UNLOCK2, &wd2_base->wspr);

Completed in 703 milliseconds