Home
last modified time | relevance | path

Searched refs:WATCHDOG_HEARTBEAT (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/watchdog/
H A Dtangier_wdt.c16 #define WATCHDOG_HEARTBEAT 60000 macro
18 #define WATCHDOG_HEARTBEAT CONFIG_WATCHDOG_TIMEOUT_MSECS macro
55 u32 timeout = WATCHDOG_HEARTBEAT / 1000; in hw_watchdog_init()
/openbmc/linux/drivers/watchdog/
H A Dshwdt.c67 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
68 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
256 sh_wdt_set_heartbeat(&sh_wdt_dev, WATCHDOG_HEARTBEAT); in sh_wdt_probe()
337 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
H A Dnv_tco.c54 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat (2<heartbeat<39) */ macro
55 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
58 "default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
400 heartbeat = WATCHDOG_HEARTBEAT; in nv_tco_init()
H A Dpcwd_pci.c137 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = macro
139 static int heartbeat = WATCHDOG_HEARTBEAT;
143 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
741 pcipcwd_set_heartbeat(WATCHDOG_HEARTBEAT); in pcipcwd_card_init()
743 WATCHDOG_HEARTBEAT); in pcipcwd_card_init()
H A Dpcwd_usb.c54 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = macro
56 static int heartbeat = WATCHDOG_HEARTBEAT;
60 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
718 usb_pcwd_set_heartbeat(usb_pcwd, WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
720 WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
H A Dpcwd.c201 #define WATCHDOG_HEARTBEAT 0 macro
202 static int heartbeat = WATCHDOG_HEARTBEAT;
206 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
916 pcwd_set_heartbeat(WATCHDOG_HEARTBEAT); in pcwd_isa_probe()
918 WATCHDOG_HEARTBEAT); in pcwd_isa_probe()
H A Dsp5100_tco.c74 #define WATCHDOG_HEARTBEAT 60 /* 60 sec default heartbeat. */ macro
75 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
78 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
535 wdd->timeout = WATCHDOG_HEARTBEAT; in sp5100_tco_probe()
H A Dacquirewdt.c72 #define WATCHDOG_HEARTBEAT 0 macro
182 return put_user(WATCHDOG_HEARTBEAT, p); in acq_ioctl()