Searched refs:vout_mode (Results 1 – 2 of 2) sorted by relevance
124 int vout_mode; in pmbus_identify() local126 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in pmbus_identify()127 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify()128 switch (vout_mode >> 5) { in pmbus_identify()
1945 int vout_mode = -1; in pmbus_identify_common() local1948 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()1950 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()1955 switch (vout_mode >> 5) { in pmbus_identify_common()1960 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()