Searched refs:vout_mode (Results 1 – 2 of 2) sorted by relevance
123 int vout_mode; in pmbus_identify() local125 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in pmbus_identify()126 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify()127 switch (vout_mode >> 5) { in pmbus_identify()
1682 int vout_mode = -1; in pmbus_identify_common() local1685 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()1687 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()1692 switch (vout_mode >> 5) { in pmbus_identify_common()1697 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()