Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm_test.c258 int read0, read1, read2, read3; in test_readonly() local
277 read1 = tpm_nv_read_value(dev, INDEX1, (uint8_t *)&index_1, in test_readonly()
283 if (read0 || read1 || read2 || read3) { in test_readonly()
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp246 std::array<uint8_t, blockSize> read1{}; in TEST() local
255 EXPECT_EQ(reader.read(0, blockSize, read1.data()), 1); in TEST()
258 EXPECT_EQ(read1[0], read2[0]); in TEST()
/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp389 int read1 = i2c_smbus_read_byte_data( in initialize() local
391 if (read1 < 0) in initialize()
411 std::bitset<8> currCtrlVal(read1); in initialize()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp389 int read1 = i2c_smbus_read_byte_data( in initialize() local
391 if (read1 < 0) in initialize()
411 std::bitset<8> currCtrlVal(read1); in initialize()