Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/ !
H A Dmax8688.c107 ret |= PB_VOLTAGE_UV_FAULT; in max8688_read_byte_data()
H A Dzl6100.c202 status |= PB_VOLTAGE_UV_FAULT; in zl6100_read_byte_data()
H A Dpmbus.h332 #define PB_VOLTAGE_UV_FAULT BIT(4) macro
H A Dibm-cffps.c292 rc |= PB_VOLTAGE_UV_FAULT; in ibm_cffps_read_byte_data()
H A Dpmbus_core.c1711 .sbit = PB_VOLTAGE_UV_FAULT | PB_VOLTAGE_VIN_OFF,
1762 .sbit = PB_VOLTAGE_UV_FAULT,
1786 .sbit = PB_VOLTAGE_UV_FAULT,
2906 { PB_VOLTAGE_UV_FAULT, REGULATOR_ERROR_UNDER_VOLTAGE,
H A Dmp2975.c442 __assign_bit(MP2973_VOLTAGE_UV, &ret, !(mask & PB_VOLTAGE_UV_FAULT)); in mp2973_write_word_data()