Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm_test.c258 int read0, read1, read2, read3; in test_readonly() local
281 read3 = tpm_nv_read_value(dev, INDEX3, (uint8_t *)&index_3, in test_readonly()
283 if (read0 || read1 || read2 || read3) { in test_readonly()