caused_reboot     152 drivers/watchdog/f71808e_wdt.c 	char		caused_reboot;	/* last reboot was by the watchdog */
caused_reboot     479 drivers/watchdog/f71808e_wdt.c 	status = (watchdog.caused_reboot) ? WDIOF_CARDRESET : 0;
caused_reboot     706 drivers/watchdog/f71808e_wdt.c 	watchdog.caused_reboot = wdt_conf & BIT(F71808FG_FLAG_WDTMOUT_STS);