Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c2744 int vout_mode = -1; in pmbus_identify_common() local
2747 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()
2749 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()
2754 switch (vout_mode >> 5) { in pmbus_identify_common()
2759 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()