Home
last modified time | relevance | path

Searched refs:LTQ_RST_CAUSE_WDTRST (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/
Dlantiq_soc.h31 #define LTQ_RST_CAUSE_WDTRST 0x0002 macro
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/xway/
Dlantiq_soc.h79 #define LTQ_RST_CAUSE_WDTRST 0x20 macro
/linux-4.1.27/drivers/watchdog/
Dlantiq_wdt.c209 if (ltq_reset_cause() == LTQ_RST_CAUSE_WDTRST) in ltq_wdt_probe()