Searched refs:vout_mode (Results 1 – 4 of 4) sorted by relevance
120 int vout_mode, i; in pmbus_identify() local122 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in pmbus_identify()123 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify()124 switch (vout_mode >> 5) { in pmbus_identify()
26 u8 vout_mode; in pxe1610_identify() local34 vout_mode = ret & GENMASK(4, 0); in pxe1610_identify()36 switch (vout_mode) { in pxe1610_identify()
2143 int vout_mode = -1; in pmbus_identify_common() local2146 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()2148 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()2153 switch (vout_mode >> 5) { in pmbus_identify_common()2158 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()
210 bool vout_mode, ddr_sel; in bd957x_probe() local220 vout_mode = of_property_read_bool(pdev->dev.parent->of_node, in bd957x_probe()222 if (vout_mode) { in bd957x_probe()