Searched refs:sunxi_wdt (Results 1 – 3 of 3) sorted by relevance
92 struct sunxi_wdt_dev *sunxi_wdt = container_of(this, in sunxi_restart_handle() local95 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_restart_handle()96 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_restart_handle()128 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_ping() local129 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_ping()130 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_ping()140 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_set_timeout() local141 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_set_timeout()142 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_set_timeout()148 sunxi_wdt->wdt_dev.timeout = timeout; in sunxi_wdt_set_timeout()[all …]
51 obj-$(CONFIG_SUNXI_WATCHDOG) += sunxi_wdt.o
389 module will be called sunxi_wdt.