Home
last modified time | relevance | path

Searched refs:mfr_location (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/sensor/
H A Dmax31785.c163 uint64_t mfr_location; member
211 pmbus_send64(pmdev, s->mfr_location); in max31785_read_byte()
351 s->mfr_location = pmbus_receive64(pmdev); in max31785_write_data()
481 s->mfr_location = MAX31785_DEFAULT_TEXT; in max31785_exit_reset()
520 VMSTATE_UINT64(mfr_location, MAX31785State),
H A Dmax34451.c147 uint64_t mfr_location; member
255 pmbus_send64(pmdev, s->mfr_location); in max34451_read_byte()
452 s->mfr_location = pmbus_receive64(pmdev); in max34451_write_data()
648 s->mfr_location = DEFAULT_TEXT; in max34451_exit_reset()
671 VMSTATE_UINT64(mfr_location, MAX34451State),
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h393 const char *mfr_location; /* R/W block */ member
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c1051 pmbus_send_string(pmdev, pmdev->pages[index].mfr_location); in pmbus_receive_byte()