Searched refs:nom_mv (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwmon/
H A Dadm9240.c80 static const u16 nom_mv[] = { 2500, 2700, 3300, 5000, 12000, 2700 }; variable
84 return SCALE(reg, nom_mv[n], 192);
89 val = clamp_val(val, 0, nom_mv[n] * 255 / 192);
90 return SCALE(val, 192, nom_mv[n]);
H A Dsmsc47m192.c58 static const u16 nom_mv[] = { 2500, 2250, 3300, 5000, 12000, 3300, 1500, 1800 }; variable
62 return SCALE(reg, nom_mv[n], 192);
67 val = clamp_val(val, 0, nom_mv[n] * 255 / 192);
68 return SCALE(val, 192, nom_mv[n]);

Completed in 199 milliseconds