Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dmax8688.c111 ret |= PB_VOLTAGE_OV_FAULT; in max8688_read_byte_data()
H A Dzl6100.c204 status |= PB_VOLTAGE_OV_FAULT; in zl6100_read_byte_data()
H A Dpmbus.h335 #define PB_VOLTAGE_OV_FAULT BIT(7) macro
H A Dibm-cffps.c290 rc |= PB_VOLTAGE_OV_FAULT; in ibm_cffps_read_byte_data()
H A Dpmbus_core.c1721 .sbit = PB_VOLTAGE_OV_FAULT,
1772 .sbit = PB_VOLTAGE_OV_FAULT,
1796 .sbit = PB_VOLTAGE_OV_FAULT,
2910 { PB_VOLTAGE_OV_FAULT, REGULATOR_ERROR_REGULATION_OUT,
H A Dmp2975.c443 __assign_bit(MP2973_VOLTAGE_OV, &ret, !(mask & PB_VOLTAGE_OV_FAULT)); in mp2973_write_word_data()