Home
last modified time | relevance | path

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

/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp754 static const std::unordered_map<uint8_t, hiomap_command> hiomap_commands = { variable
791 if (hiomap_cmd == 0 || hiomap_cmd > hiomap_commands.size() - 1) in hiomap_dispatch()
812 auto command = hiomap_commands.find(hiomap_cmd); in hiomap_dispatch()
813 if (command == hiomap_commands.end()) in hiomap_dispatch()