Home
last modified time | relevance | path

Searched refs:PB_STATUS_TEMPERATURE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/hwmon/pmbus/
H A Dpim4328.c123 ret |= PB_STATUS_TEMPERATURE; in pim4328_read_byte_data()
H A Dpmbus.h288 #define PB_STATUS_TEMPERATURE BIT(2) macro
H A Dpmbus_core.c2094 .gbit = PB_STATUS_TEMPERATURE,
2106 .gbit = PB_STATUS_TEMPERATURE,
2118 .gbit = PB_STATUS_TEMPERATURE,
2896 (status & PB_STATUS_TEMPERATURE)) { in _pmbus_get_flags()
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h176 #define PB_STATUS_TEMPERATURE BIT(2) macro
/openbmc/qemu/tests/qtest/
H A Dmax34451-test.c314 g_assert_true((i2c_value & PB_STATUS_TEMPERATURE) != 0); in test_ot_faults()
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c289 pmdev->pages[i].status_word |= PB_STATUS_TEMPERATURE; in pmbus_check_limits()
295 pmdev->pages[i].status_word |= PB_STATUS_TEMPERATURE; in pmbus_check_limits()