Home
last modified time | relevance | path

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

/qemu/hw/sensor/
H A Dadm1266.c92 pmdev->pages[i].vout_margin_high = pmbus_data2linear_mode(15, 0); in adm1266_exit_reset()
H A Disl_pmbus_vr.c78 pmdev->pages[i].vout_margin_high = ISL_VOUT_MARGIN_HIGH_DEFAULT; in isl_pmbus_vr_exit_reset()
/qemu/include/hw/i2c/
H A Dpmbus_device.h299 uint16_t vout_margin_high; /* R/W word */ member
/qemu/hw/i2c/
H A Dpmbus_device.c415 pmbus_send16(pmdev, pmdev->pages[index].vout_margin_high); in pmbus_receive_byte()
1218 pmdev->pages[index].read_vout = pmdev->pages[index].vout_margin_high; in pmbus_operation()
1347 pmdev->pages[index].vout_margin_high = pmbus_receive16(pmdev); in pmbus_write_data()