Searched refs:TYPE_TMP421 (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/sensor/ |
H A D | tmp421.c | 74 #define TYPE_TMP421 "tmp421-generic" macro 368 .name = TYPE_TMP421, 383 .parent = TYPE_TMP421, in tmp421_register_types()
|
/qemu/hw/arm/ |
H A D | aspeed.c | 1005 #define TYPE_TMP421 "tmp421" macro 1022 i2c_slave_create_simple(i2c[i], TYPE_TMP421, 0x4f); in bletchley_bmc_i2c_init() 1039 i2c_slave_create_simple(i2c[9], TYPE_TMP421, 0x4f); in bletchley_bmc_i2c_init() 1042 i2c_slave_create_simple(i2c[10], TYPE_TMP421, 0x4f); in bletchley_bmc_i2c_init() 1048 i2c_slave_create_simple(i2c[12], TYPE_TMP421, 0x4c); in bletchley_bmc_i2c_init() 1049 i2c_slave_create_simple(i2c[12], TYPE_TMP421, 0x4d); in bletchley_bmc_i2c_init() 1063 i2c_slave_create_simple(i2c[8], TYPE_TMP421, 0x1f); in fby35_i2c_init()
|