Home
last modified time | relevance | path

Searched refs:jz4740_wdt (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Djz4740_wdt.c141 struct watchdog_device *jz4740_wdt; in jz4740_wdt_probe() local
166 jz4740_wdt = &drvdata->wdt; in jz4740_wdt_probe()
167 jz4740_wdt->info = &jz4740_wdt_info; in jz4740_wdt_probe()
168 jz4740_wdt->ops = &jz4740_wdt_ops; in jz4740_wdt_probe()
169 jz4740_wdt->min_timeout = 1; in jz4740_wdt_probe()
170 jz4740_wdt->max_timeout = 0xffff / rate; in jz4740_wdt_probe()
171 jz4740_wdt->timeout = clamp(heartbeat, in jz4740_wdt_probe()
172 jz4740_wdt->min_timeout, in jz4740_wdt_probe()
173 jz4740_wdt->max_timeout); in jz4740_wdt_probe()
174 jz4740_wdt->parent = dev; in jz4740_wdt_probe()
[all …]
H A DMakefile168 obj-$(CONFIG_JZ4740_WDT) += jz4740_wdt.o
/openbmc/linux/Documentation/translations/zh_CN/arch/mips/
H A Dingenic-tcu.rst65 看门狗 drivers/watchdog/jz4740_wdt.c
/openbmc/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst63 watchdog drivers/watchdog/jz4740_wdt.c
/openbmc/linux/
H A DMAINTAINERS10376 F: drivers/watchdog/jz4740_wdt.c