Searched refs:therm_mux (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | aspeed.c | 1047 I2CSlave *therm_mux, *cpuvr_mux; in qcom_dc_scm_firework_i2c_init() local 1063 therm_mux = i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 8), in qcom_dc_scm_firework_i2c_init() 1065 i2c_slave_create_simple(pca954x_i2c_get_bus(therm_mux, 0), TYPE_LM75, 0x4C); in qcom_dc_scm_firework_i2c_init() 1066 i2c_slave_create_simple(pca954x_i2c_get_bus(therm_mux, 1), TYPE_LM75, 0x4C); in qcom_dc_scm_firework_i2c_init() 1067 i2c_slave_create_simple(pca954x_i2c_get_bus(therm_mux, 2), TYPE_LM75, 0x48); in qcom_dc_scm_firework_i2c_init() 1068 i2c_slave_create_simple(pca954x_i2c_get_bus(therm_mux, 3), TYPE_LM75, 0x48); in qcom_dc_scm_firework_i2c_init() 1069 i2c_slave_create_simple(pca954x_i2c_get_bus(therm_mux, 4), TYPE_LM75, 0x48); in qcom_dc_scm_firework_i2c_init()
|