Searched refs:lossy_value (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | adm1272-test.c | 251 uint16_t i2c_value, value, i2c_voltage, i2c_pwr, lossy_value; in test_tx_rx() local 255 lossy_value = in test_tx_rx() 262 g_assert_cmpuint(i2c_voltage, ==, lossy_value); in test_tx_rx() 264 lossy_value = in test_tx_rx() 271 g_assert_cmpuint(i2c_voltage, ==, lossy_value); in test_tx_rx() 273 lossy_value = in test_tx_rx() 280 g_assert_cmphex(i2c_value, ==, lossy_value); in test_tx_rx() 282 lossy_value = in test_tx_rx() 289 g_assert_cmphex(i2c_pwr, ==, lossy_value); in test_tx_rx()
|