Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtmp105-test.c102 i2c_set16(i2cdev, TMP105_REG_T_LOW, 0x1234); in send_and_receive()
103 g_assert_cmphex(i2c_get16(i2cdev, TMP105_REG_T_LOW), ==, 0x1234); in send_and_receive()
/openbmc/qemu/include/hw/sensor/
H A Dtmp105_regs.h47 TMP105_REG_T_LOW, enumerator
/openbmc/qemu/hw/sensor/
H A Dtmp105.c137 case TMP105_REG_T_LOW: in tmp105_read()
163 case TMP105_REG_T_LOW: in tmp105_write()