Searched refs:UNIT_SECOND (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/watchdog/
H A Dsmsc37b787_wdt.c67 #define UNIT_SECOND 0 macro
76 static int unit = UNIT_SECOND; /* timer's unit */
236 if (unit == UNIT_SECOND)
363 timeout, (unit == UNIT_SECOND) ? "second(s)" : "minute(s)");
562 timeout, (unit == UNIT_SECOND) ? "second(s)" : "minute(s)");

Completed in 194 milliseconds