Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Dar7_wdt.c48 struct ar7_wdt { struct
67 static struct ar7_wdt *ar7_wdt; variable
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 …]
DMakefile168 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
/Linux-v6.1/arch/mips/ar7/
Dplatform.c540 static struct platform_device ar7_wdt = { variable
715 res = platform_device_register(&ar7_wdt); in ar7_register_devices()
/Linux-v6.1/Documentation/watchdog/
Dwatchdog-parameters.rst72 ar7_wdt: