Searched refs:PMBUS_CAPABILITY (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | max34451-test.c | 256 i2c_init_value = i2c_get8(i2cdev, PMBUS_CAPABILITY); in test_ro_regs() 257 i2c_set8(i2cdev, PMBUS_CAPABILITY, 0xF9); in test_ro_regs() 258 i2c_value = i2c_get8(i2cdev, PMBUS_CAPABILITY); in test_ro_regs()
|
H A D | isl_pmbus_vr-test.c | 104 i2c_value = i2c_get8(i2cdev, PMBUS_CAPABILITY); in test_defaults() 168 i2c_value = i2c_get8(i2cdev, PMBUS_CAPABILITY); in raa228000_test_defaults()
|
/openbmc/qemu/include/hw/misc/ |
H A D | pmbus_regs.h | 26 PMBUS_CAPABILITY = 0x19, enumerator
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus.h | 27 PMBUS_CAPABILITY = 0x19, enumerator
|
H A D | pmbus_core.c | 2624 ret = i2c_smbus_read_byte_data(client, PMBUS_CAPABILITY); in pmbus_init_common()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | pmbus_device.h | 32 PMBUS_CAPABILITY = 0x19, /* Read-Only byte */ enumerator
|
/openbmc/qemu/hw/i2c/ |
H A D | pmbus_device.c | 364 case PMBUS_CAPABILITY: in pmbus_receive_byte() 1803 case PMBUS_CAPABILITY: /* Read-Only byte */ in pmbus_write_data()
|