Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Df71808e_wdt.c147 u8 pulse_val; /* pulse width flag */ member
249 watchdog.pulse_val = 0; in watchdog_set_pulse_width()
251 watchdog.pulse_val = 1; in watchdog_set_pulse_width()
253 watchdog.pulse_val = 2; in watchdog_set_pulse_width()
255 watchdog.pulse_val = 3; in watchdog_set_pulse_width()
386 wdt_conf = (wdt_conf & 0xfc) | (watchdog.pulse_val & 0x03); in watchdog_start()