SECS_TO_TICKS 32 drivers/watchdog/bcm_kona_wdt.c #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) SECS_TO_TICKS 26 drivers/watchdog/hpwdt.c #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128)