Home
last modified time | relevance | path

Searched refs:meson_wdt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dmeson_wdt.c67 tc_reboot |= meson_wdt->data->enable; in meson_wdt_restart()
115 reg &= ~meson_wdt->data->enable; in meson_wdt_stop()
130 reg |= meson_wdt->data->enable; in meson_wdt_start()
164 struct meson_wdt_dev *meson_wdt; in meson_wdt_probe() local
167 meson_wdt = devm_kzalloc(dev, sizeof(*meson_wdt), GFP_KERNEL); in meson_wdt_probe()
168 if (!meson_wdt) in meson_wdt_probe()
172 if (IS_ERR(meson_wdt->wdt_base)) in meson_wdt_probe()
177 meson_wdt->wdt_dev.parent = dev; in meson_wdt_probe()
180 meson_wdt->wdt_dev.max_timeout = in meson_wdt_probe()
181 meson_wdt->data->terminal_count_mask / meson_wdt->data->count_unit; in meson_wdt_probe()
[all …]
H A DMakefile80 obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o
H A DKconfig838 module will be called meson_wdt.