Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dar7_wdt.c3 * drivers/watchdog/ar7_wdt.c
48 struct ar7_wdt { struct
69 static struct ar7_wdt *ar7_wdt; variable
75 WRITE_REG(ar7_wdt->kick_lock, 0x5555); in ar7_wdt_kick()
76 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 1) { in ar7_wdt_kick()
77 WRITE_REG(ar7_wdt->kick_lock, 0xaaaa); in ar7_wdt_kick()
78 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 3) { in ar7_wdt_kick()
79 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
88 WRITE_REG(ar7_wdt in ar7_wdt_prescale()
[all...]
H A DMakefile166 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dar7_wdt.c3 * drivers/watchdog/ar7_wdt.c
48 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 in ar7_wdt_prescale()
[all...]
H A DMakefile171 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dplatform.c540 static struct platform_device ar7_wdt = { variable
541 .name = "ar7_wdt",
715 res = platform_device_register(&ar7_wdt); in ar7_register_devices()
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dplatform.c540 static struct platform_device ar7_wdt = { variable
541 .name = "ar7_wdt",
715 res = platform_device_register(&ar7_wdt); in ar7_register_devices()

Completed in 3 milliseconds