Searched defs:SECS_TO_WDOG_TICKS (Results 1 – 3 of 3) sorted by relevance
13 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) macro
18 #define SECS_TO_WDOG_TICKS(x) ((x) * 100) macro
43 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) macro