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()119 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_ping() local120 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_ping()121 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_ping()131 struct sunxi_wdt_dev *sunxi_wdt = watchdog_get_drvdata(wdt_dev); in sunxi_wdt_set_timeout() local132 void __iomem *wdt_base = sunxi_wdt->wdt_base; in sunxi_wdt_set_timeout()133 const struct sunxi_wdt_reg *regs = sunxi_wdt->wdt_regs; in sunxi_wdt_set_timeout()139 sunxi_wdt->wdt_dev.timeout = timeout; in sunxi_wdt_set_timeout()[all …]
61 obj-$(CONFIG_SUNXI_WATCHDOG) += sunxi_wdt.o
616 module will be called sunxi_wdt.