Home
last modified time | relevance | path

Searched refs:readUserCode (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo3_cpld.hpp27 sdbusplus::async::task<bool> readUserCode(uint32_t& userCode) override;
H A Dlattice_xo5_cpld.hpp25 sdbusplus::async::task<bool> readUserCode(uint32_t& userCode) override;
H A Dlattice_base_cpld.hpp165 virtual sdbusplus::async::task<bool> readUserCode(uint32_t&) = 0;
H A Dlattice_base_cpld.cpp487 if (!(co_await readUserCode(*userCode))) in getVersion()
512 if (!(co_await readUserCode(*userCode))) in getVersion()
H A Dlattice_xo3_cpld.cpp174 sdbusplus::async::task<bool> LatticeXO3CPLD::readUserCode(uint32_t& userCode) in readUserCode() function in phosphor::software::cpld::LatticeXO3CPLD
H A Dlattice_xo5_cpld.cpp298 sdbusplus::async::task<bool> LatticeXO5CPLD::readUserCode(uint32_t& userCode) in readUserCode() function in phosphor::software::cpld::LatticeXO5CPLD