Home | History | Annotate | Download | only in mach-sunxi

Lines Matching refs:wdog

274 	static const struct sunxi_wdog *wdog =
275 &((struct sunxi_timer_reg *)SUNXI_TIMER_BASE)->wdog;
278 writel(WDT_MODE_RESET_EN | WDT_MODE_EN, &wdog->mode);
279 writel(WDT_CTRL_KEY | WDT_CTRL_RESTART, &wdog->ctl);
283 writel(WDT_MODE_RESET_EN | WDT_MODE_EN, &wdog->mode);
286 static const struct sunxi_wdog *wdog =
287 ((struct sunxi_timer_reg *)SUNXI_TIMER_BASE)->wdog;
290 writel(WDT_CFG_RESET, &wdog->cfg);
291 writel(WDT_MODE_EN, &wdog->mode);
292 writel(WDT_CTRL_KEY | WDT_CTRL_RESTART, &wdog->ctl);