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

/linux-4.4.14/drivers/watchdog/
H A Dwdt.c109 static void wdt_ctr_load(int ctr, int val) wdt_ctr_load() function
132 wdt_ctr_load(0, 8948); /* Count at 100Hz */ wdt_start()
133 wdt_ctr_load(1, wd_heartbeat); /* Heartbeat */ wdt_start()
134 wdt_ctr_load(2, 65535); /* Length of reset pulse */ wdt_start()
152 wdt_ctr_load(2, 0); /* 0 length reset pulses now */ wdt_stop()
172 wdt_ctr_load(1, wd_heartbeat); /* Heartbeat */ wdt_ping()

Completed in 48 milliseconds