Home
last modified time | relevance | path

Searched refs:PB_STATUS_OT_FAULT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dmax34451-test.c315 g_assert_true((i2c_byte & PB_STATUS_OT_FAULT) != 0); in test_ot_faults()
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h209 #define PB_STATUS_OT_FAULT BIT(7) /* Overtemperature Fault */ macro
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c290 pmdev->pages[i].status_temperature |= PB_STATUS_OT_FAULT; in pmbus_check_limits()