Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp95 std::uint32_t hostAddress = 0; in main() local
163 hostAddress = static_cast<std::uint32_t>(address); in main()
244 if (hostAddress == 0 || hostLength == 0) in main()
250 &blob, &devmem, hostAddress, hostLength, &progress); in main()