Home
last modified time | relevance | path

Searched refs:PB_OP_MARGIN_LOW (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h226 #define PB_OP_MARGIN_LOW BIT(4) /* PSU vout is set to margin low */ macro
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c1221 if (pmdev->pages[index].operation & (PB_OP_ON | PB_OP_MARGIN_LOW)) { in pmbus_operation()