Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/kvm/
H A Dvmxcap49 def read2(self, nr): member in Control
55 mb1, cb1 = self.read2(self.cap_msr)
58 tmb1, tcb1 = self.read2(self.true_cap_msr)
78 def read2(self, nr): member in Allowed1Control
/openbmc/u-boot/cmd/
H A Dtpm_test.c258 int read0, read1, read2, read3; in test_readonly() local
279 read2 = tpm_nv_read_value(dev, INDEX2, (uint8_t *)&index_2, in test_readonly()
283 if (read0 || read1 || read2 || read3) { in test_readonly()
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp247 std::array<uint8_t, blockSize> read2{}; in TEST() local
257 EXPECT_EQ(reader.read(0, blockSize, read2.data()), 1); in TEST()
258 EXPECT_EQ(read1[0], read2[0]); in TEST()
/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp400 int read2 = i2c_smbus_read_byte_data( in initialize() local
402 if (read2 < 0) in initialize()
412 std::bitset<8> currOutVal(read2); in initialize()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp400 int read2 = i2c_smbus_read_byte_data( in initialize() local
402 if (read2 < 0) in initialize()
412 std::bitset<8> currOutVal(read2); in initialize()