nct7802_vmul 284 drivers/hwmon/nct7802.c static u8 nct7802_vmul[] = { 4, 2, 2, 2, 2 }; nct7802_vmul 299 drivers/hwmon/nct7802.c ret = ((v1 << 2) | (v2 >> 6)) * nct7802_vmul[nr]; nct7802_vmul 311 drivers/hwmon/nct7802.c ret = (v1 | ((v2 << shift) & 0x300)) * nct7802_vmul[nr]; nct7802_vmul 324 drivers/hwmon/nct7802.c voltage = clamp_val(voltage, 0, 0x3ff * nct7802_vmul[nr]); nct7802_vmul 325 drivers/hwmon/nct7802.c voltage = DIV_ROUND_CLOSEST(voltage, nct7802_vmul[nr]);