Searched refs:PMBUS_SKIP_STATUS_CHECK (Results 1 – 3 of 3) sorted by relevance
39 #define PMBUS_SKIP_STATUS_CHECK (1 << 0) macro
259 #define PMBUS_SKIP_STATUS_CHECK (1 << 0)269 PMBUS_SKIP_STATUS_CHECK283 register is impossible, and the PMBUS_SKIP_STATUS_CHECK flag must be set.
345 if (rv >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK)) in pmbus_check_register()