Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp93 std::map<uint8_t, size_t>::const_iterator it = pcieLanesTable.find(width); in pcieLaneSize()
94 if (it == pcieLanesTable.end()) in pcieLaneSize()
/openbmc/smbios-mdr/include/
H A Dpcieslot.hpp158 const std::map<uint8_t, size_t> pcieLanesTable = { variable