Home
last modified time | relevance | path

Searched refs:PMBUS_VOUT_OV_FAULT_RESPONSE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dpmbus_regs.h52 PMBUS_VOUT_OV_FAULT_RESPONSE = 0x41, enumerator
/openbmc/linux/drivers/hwmon/pmbus/
H A Dq54sj108a2.c100 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_VOUT_OV_FAULT_RESPONSE); in q54sj108a2_debugfs_read()
225 rc = i2c_smbus_write_byte_data(psu->client, PMBUS_VOUT_OV_FAULT_RESPONSE, dst_data); in q54sj108a2_debugfs_write()
H A Dpmbus.h53 PMBUS_VOUT_OV_FAULT_RESPONSE = 0x41, enumerator
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h63 PMBUS_VOUT_OV_FAULT_RESPONSE = 0x41, /* R/W byte */ enumerator
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c559 case PMBUS_VOUT_OV_FAULT_RESPONSE: /* R/W byte */ in pmbus_receive_byte()
1489 case PMBUS_VOUT_OV_FAULT_RESPONSE: /* R/W byte */ in pmbus_write_data()