Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmtms.hpp25 class MTMS class
28 MTMS(const MTMS&) = default;
29 MTMS& operator=(const MTMS&) = default;
30 MTMS(MTMS&&) = default;
31 MTMS& operator=(MTMS&&) = default;
32 ~MTMS() = default;
43 MTMS();
51 MTMS(const std::string& typeModel, const std::string& serialNumber);
60 explicit MTMS(Stream& stream);
171 Stream& operator>>(Stream& s, MTMS& mtms);
[all …]
H A Dmtms.cpp23 MTMS::MTMS() in MTMS() function in openpower::pels::MTMS
29 MTMS::MTMS(const std::string& typeModel, const std::string& serialNumber) in MTMS() function in openpower::pels::MTMS
52 MTMS::MTMS(Stream& stream) in MTMS() function in openpower::pels::MTMS
65 Stream& operator<<(Stream& s, const MTMS& mtms) in operator <<()
67 for (size_t i = 0; i < MTMS::mtmSize; i++) in operator <<()
72 for (size_t i = 0; i < MTMS::snSize; i++) in operator <<()
80 Stream& operator>>(Stream& s, MTMS& mtms) in operator >>()
82 std::array<uint8_t, MTMS::mtmSize> mtm; in operator >>()
84 for (size_t i = 0; i < MTMS::mtmSize; i++) in operator >>()
91 std::array<uint8_t, MTMS::snSize> sn; in operator >>()
[all …]
H A Dpce_identity.hpp84 const MTMS& mtms() const in mtms()
113 MTMS _mtms;
H A Dfailing_mtms.hpp61 return Section::flattenedSize() + MTMS::flattenedSize(); in flattenedSize()
112 MTMS _mtms;
H A Dextended_user_header.hpp197 MTMS _mtms;
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmtms_test.cpp24 EXPECT_EQ(MTMS::flattenedSize(), 20); in TEST()
33 MTMS mtms{tm, sn}; in TEST()
50 MTMS mtms{tm, sn}; in TEST()
65 MTMS mtms{tm, sn}; in TEST()
84 MTMS mtms{stream}; in TEST()
97 MTMS mtms{tm, sn}; in TEST()
117 MTMS mtms; in TEST()
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot19 ... Extended User Header Failing MTMS
21 ... Extended User Header Failing MTMS User Data
155 ${pel_serial_number}= Get PEL Field Value ${id} Failing MTMS Serial Number
157 ${pel_machine_type_model}= Get PEL Field Value ${id} Failing MTMS Machine Type Model
160 …# Example of "Machine Type Model" and "Serial Number" fields value from "Failing MTMS" section of …
161 # [Failing MTMS]:
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c552 SIG_EXPR_LIST_DECL_SESG(D16, MTMS, JTAGM, SIG_DESC_SET(SCU418, 3));
554 PIN_DECL_2(D16, GPIOI3, MTMS, RXD13);