Searched refs:vout_mode (Results 1 – 3 of 3) sorted by relevance
118 int vout_mode; in pmbus_identify() local120 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()
23 u8 vout_mode; in pxe1610_identify() local31 vout_mode = ret & GENMASK(4, 0); in pxe1610_identify()33 switch (vout_mode) { in pxe1610_identify()
2071 int vout_mode = -1; in pmbus_identify_common() local2074 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()