Home
last modified time | relevance | path

Searched refs:delayTime (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.hpp151 const int retries, const int delayTime);
162 uint8_t* readData, const int& delayTime);
H A Daei_updater.cpp555 const int retries, const int delayTime) in performI2cWriteReadWithRetries() argument
564 performI2cWriteRead(regAddr, readReplySize, readData, delayTime); in performI2cWriteReadWithRetries()
571 delayTime == MEM_WRITE_DELAY)) && in performI2cWriteReadWithRetries()
624 uint8_t* readData, const int& delayTime) in performI2cWriteRead() argument
629 if (delayTime != 0) in performI2cWriteRead()
631 updater::internal::delay(delayTime); in performI2cWriteRead()
/openbmc/phosphor-pid-control/
H A Dmain.cpp193 static const auto delayTime = std::chrono::seconds(10); in tryRestartControlLoops() local
224 timer.expires_after(delayTime); in tryRestartControlLoops()
233 static const auto delayTime = std::chrono::milliseconds(50); in tryTerminateControlLoops() local
265 timer.expires_after(delayTime); in tryTerminateControlLoops()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h260 int delayTime; member
610 int delayTime,
H A Dimbapi.c1848 int delayTime, /* time to delay in 100ms units */ in SetShutDownCode() argument
1863 cmd.delayTime = delayTime; in SetShutDownCode()