Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dhpwdt.c31 #define HPWDT_MAX_TICKS 65535 macro
32 #define HPWDT_MAX_TIMER TICKS_TO_SECS(HPWDT_MAX_TICKS)
102 val = min(val, HPWDT_MAX_TICKS); in hpwdt_ping_ticks()