Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/
H A Dboard.c314 struct wd_timer *wdtimer = (struct wd_timer *)WDT_BASE; in watchdog_disable() local
316 writel(0xAAAA, &wdtimer->wdtwspr); in watchdog_disable()
317 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()
319 writel(0x5555, &wdtimer->wdtwspr); in watchdog_disable()
320 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()
H A Dclock_ti816x.c135 const struct wd_timer *wdtimer = (struct wd_timer *)WDT_BASE; variable