Searched refs:meson_wdt (Results 1 – 3 of 3) sorted by relevance
55 struct meson_wdt_dev *meson_wdt = container_of(this, in meson_restart_handle() local60 writel(tc_reboot, meson_wdt->wdt_base + MESON_WDT_TC); in meson_restart_handle()69 struct meson_wdt_dev *meson_wdt = watchdog_get_drvdata(wdt_dev); in meson_wdt_ping() local71 writel(0, meson_wdt->wdt_base + MESON_WDT_RESET); in meson_wdt_ping()79 struct meson_wdt_dev *meson_wdt = watchdog_get_drvdata(wdt_dev); in meson_wdt_change_timeout() local82 reg = readl(meson_wdt->wdt_base + MESON_WDT_TC); in meson_wdt_change_timeout()85 writel(reg, meson_wdt->wdt_base + MESON_WDT_TC); in meson_wdt_change_timeout()101 struct meson_wdt_dev *meson_wdt = watchdog_get_drvdata(wdt_dev); in meson_wdt_stop() local104 reg = readl(meson_wdt->wdt_base + MESON_WDT_TC); in meson_wdt_stop()106 writel(reg, meson_wdt->wdt_base + MESON_WDT_TC); in meson_wdt_stop()[all …]
67 obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o
548 module will be called meson_wdt.