Searched refs:wdt_timer (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/watchdog/ |
D | geodewdt.c | 51 static struct cs5535_mfgpt_timer *wdt_timer; variable 57 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_ping() 60 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_ping() 63 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_ping() 68 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_disable() 69 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_disable() 77 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_set_heartbeat() 78 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, val * GEODEWDT_HZ); in geodewdt_set_heartbeat() 79 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_set_heartbeat() 80 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_set_heartbeat() [all …]
|
D | bcm47xx_wdt.c | 53 static struct timer_list wdt_timer; variable 94 mod_timer(&wdt_timer, jiffies + HZ); in bcm47xx_timer_tick() 113 del_timer_sync(&wdt_timer); in bcm47xx_wdt_pause() 270 setup_timer(&wdt_timer, bcm47xx_timer_tick, 0L); in bcm47xx_wdt_init()
|
D | mpc8xxx_wdt.c | 90 static DEFINE_TIMER(wdt_timer, mpc8xxx_wdt_timer_ping, 0, 0); 96 mod_timer(&wdt_timer, jiffies + HZ * timeout_sec / 2); in mpc8xxx_wdt_timer_ping() 133 del_timer_sync(&wdt_timer); in mpc8xxx_wdt_open() 251 del_timer_sync(&wdt_timer); in mpc8xxx_wdt_remove()
|