Searched refs:sunxi_wdt (Results 1 – 3 of 3) sorted by relevance
85 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_restart() local86 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_restart()87 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_restart()122 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_ping() local123 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_ping()124 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_ping()134 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_set_timeout() local135 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_set_timeout()136 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_set_timeout()142 sunxi_wdt->wdt_dev.timeout = timeout; in sunxi_wdt_set_timeout()[all …]
62 obj-$(CONFIG_SUNXI_WATCHDOG) += sunxi_wdt.o
635 module will be called sunxi_wdt.