Home
last modified time | relevance | path

Searched defs:SECS_TO_WDOG_TICKS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/watchdog/
H A Dgxp-wdt.c18 #define SECS_TO_WDOG_TICKS(x) ((x) * 100) macro
H A Dbcm2835_wdt.c43 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) macro