Searched refs:i2c_voltage (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 260 i2c_voltage = adm1272_direct_to_millivolts(i2c_value); in test_tx_rx() 261 g_assert_cmpuint(value, ==, i2c_voltage); in test_tx_rx() 262 g_assert_cmpuint(i2c_voltage, ==, lossy_value); in test_tx_rx() 269 i2c_voltage = adm1272_direct_to_millivolts(i2c_value); in test_tx_rx() 270 g_assert_cmpuint(value, ==, i2c_voltage); in test_tx_rx() 271 g_assert_cmpuint(i2c_voltage, ==, lossy_value); in test_tx_rx()
|