Searched defs:seconds_to_ticks (Results 1 - 2 of 2) sorted by relevance

/drivers/watchdog/
H A Dnv_tco.c72 static inline unsigned char seconds_to_ticks(int seconds) function
120 * note seconds_to_ticks(t) > t, so if t > 0x3f, so is
121 * tmrval=seconds_to_ticks(t). Check that the count in seconds isn't
126 tmrval = seconds_to_ticks(t);
H A DiTCO_wdt.c432 static inline unsigned int seconds_to_ticks(int seconds) function
567 tmrval = seconds_to_ticks(t);

Completed in 302 milliseconds