Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus.h259 #define PB_CAPABILITY_ERROR_CHECK BIT(7) macro
H A Dpmbus_core.c2625 if (ret >= 0 && (ret & PB_CAPABILITY_ERROR_CHECK)) { in pmbus_init_common()