Home
last modified time | relevance | path

Searched refs:vout_mode (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/hwmon/pmbus/
Dpmbus.c118 int vout_mode; in pmbus_identify() local
120 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in pmbus_identify()
121 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify()
122 switch (vout_mode >> 5) { in pmbus_identify()
Dpxe1610.c23 u8 vout_mode; in pxe1610_identify() local
31 vout_mode = ret & GENMASK(4, 0); in pxe1610_identify()
33 switch (vout_mode) { in pxe1610_identify()
Dpmbus_core.c2071 int vout_mode = -1; in pmbus_identify_common() local
2074 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()
2076 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()
2081 switch (vout_mode >> 5) { in pmbus_identify_common()
2086 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()