Lines Matching +full:milli +full:- +full:seconds
8 #include <phosphor-logging/elog-errors.hpp>
9 #include <phosphor-logging/elog.hpp>
10 #include <phosphor-logging/lg2.hpp>
36 // for the commit to finish. commit<>() can take at least 5 seconds in reportError()
184 * - timerUse
185 * - dontStopTimer
186 * - dontLog
187 * - timerAction
188 * - pretimeout
189 * - expireFlags
190 * - initialCountdown
242 // Set the new interval and the time remaining deci -> mill seconds in ipmiSetWatchdogTimer()
348 * - timerUse
349 * - timerAction
350 * - pretimeout
351 * - expireFlags
352 * - initialCountdown
353 * - presentCountdown
355 ipmi::RspType<uint3_t, // timerUse - timer use
356 uint3_t, // timerUse - reserved
357 bool, // timerUse - timer is started
358 bool, // timerUse - don't log
360 uint3_t, // timerAction - timeout action
361 uint1_t, // timerAction - reserved
362 uint3_t, // timerAction - pre-timeout interrupt
363 uint1_t, // timerAction - reserved
367 uint16_t, // initial Countdown - Little Endian (deciseconds)
368 uint16_t // present Countdown - Little Endian (deciseconds)
381 // Interval and timeRemaining need converted from milli -> deci seconds in ipmiGetWatchdogTimer()