Home
last modified time | relevance | path

Searched refs:ar7_wdt (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dar7_wdt.c48 struct ar7_wdt { struct
67 static struct ar7_wdt *ar7_wdt; argument
73 WRITE_REG(ar7_wdt->kick_lock, 0x5555); in ar7_wdt_kick()
74 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 1) { in ar7_wdt_kick()
75 WRITE_REG(ar7_wdt->kick_lock, 0xaaaa); in ar7_wdt_kick()
76 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 3) { in ar7_wdt_kick()
77 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
86 WRITE_REG(ar7_wdt->prescale_lock, 0x5a5a); in ar7_wdt_prescale()
87 if ((READ_REG(ar7_wdt->prescale_lock) & 3) == 1) { in ar7_wdt_prescale()
88 WRITE_REG(ar7_wdt->prescale_lock, 0xa5a5); in ar7_wdt_prescale()
[all …]
H A DMakefile171 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
/openbmc/linux/arch/mips/ar7/
H A Dplatform.c540 static struct platform_device ar7_wdt = { variable
715 res = platform_device_register(&ar7_wdt); in ar7_register_devices()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst72 ar7_wdt:
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt939 ar7_wdt.c: 8576
/openbmc/linux/
H A Dopengrok2.0.log[all...]