Lines Matching refs:wdog
290 static const struct sunxi_wdog *wdog = in reset_cpu() local
291 &((struct sunxi_timer_reg *)SUNXI_TIMER_BASE)->wdog; in reset_cpu()
294 writel(WDT_MODE_RESET_EN | WDT_MODE_EN, &wdog->mode); in reset_cpu()
295 writel(WDT_CTRL_KEY | WDT_CTRL_RESTART, &wdog->ctl); in reset_cpu()
299 writel(WDT_MODE_RESET_EN | WDT_MODE_EN, &wdog->mode); in reset_cpu()
304 static const struct sunxi_wdog *wdog = in reset_cpu()
307 static const struct sunxi_wdog *wdog = in reset_cpu()
308 ((struct sunxi_timer_reg *)SUNXI_TIMER_BASE)->wdog; in reset_cpu()
311 writel(WDT_CFG_RESET, &wdog->cfg); in reset_cpu()
312 writel(WDT_MODE_EN, &wdog->mode); in reset_cpu()
313 writel(WDT_CTRL_KEY | WDT_CTRL_RESTART, &wdog->ctl); in reset_cpu()