Searched refs:vcode (Results 1 – 2 of 2) sorted by relevance
178 int ret, vcode = 0; in read_voltage_from_LTC() local191 PMBUS_CMD_READ_VOUT, 1, (void *)&vcode, 2); in read_voltage_from_LTC()198 vcode = DIV_ROUND_UP(vcode * 1000, 4096); in read_voltage_from_LTC()200 return vcode; in read_voltage_from_LTC()
498 int ret, vcode = 0; in get_serdes_volt() local511 PMBUS_CMD_READ_VOUT, 1, (void *)&vcode, 2); in get_serdes_volt()517 return vcode; in get_serdes_volt()