Home
last modified time | relevance | path

Searched refs:programUserCode (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo3_cpld.hpp31 sdbusplus::async::task<bool> programUserCode();
H A Dlattice_xo3_cpld.cpp193 sdbusplus::async::task<bool> LatticeXO3CPLD::programUserCode() in programUserCode() function in phosphor::software::cpld::LatticeXO3CPLD
273 if (!(co_await programUserCode())) in doUpdate()