Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dbcm2835_wdt.c13 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) macro
/openbmc/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