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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/watchdog/
H A Dar7_wdt.c2 * drivers/watchdog/ar7_wdt.c
42 #define DRVNAME "ar7_wdt"
61 struct ar7_wdt { struct
81 static struct ar7_wdt *ar7_wdt; variable in typeref:struct:ar7_wdt
87 WRITE_REG(ar7_wdt->kick_lock, 0x5555);
88 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 1) {
89 WRITE_REG(ar7_wdt->kick_lock, 0xaaaa);
90 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 3) {
91 WRITE_REG(ar7_wdt
[all...]
H A DMakefile117 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/watchdog/
H A Dar7_wdt.c2 * drivers/watchdog/ar7_wdt.c
42 #define DRVNAME "ar7_wdt"
61 struct ar7_wdt { struct
81 static struct ar7_wdt *ar7_wdt; variable in typeref:struct:ar7_wdt
87 WRITE_REG(ar7_wdt->kick_lock, 0x5555);
88 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 1) {
89 WRITE_REG(ar7_wdt->kick_lock, 0xaaaa);
90 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 3) {
91 WRITE_REG(ar7_wdt
[all...]
H A DMakefile117 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/ar7/
H A Dplatform.c510 static struct platform_device ar7_wdt = { variable in typeref:struct:platform_device
511 .name = "ar7_wdt",
630 res = platform_device_register(&ar7_wdt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/ar7/
H A Dplatform.c510 static struct platform_device ar7_wdt = { variable in typeref:struct:platform_device
511 .name = "ar7_wdt",
630 res = platform_device_register(&ar7_wdt);

Completed in 124 milliseconds