Home
last modified time | relevance | path

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

/openbmc/linux/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); in IN_FROM_REG()
89 val = clamp_val(val, 0, nom_mv[n] * 255 / 192); in IN_TO_REG()
90 return SCALE(val, 192, nom_mv[n]); in IN_TO_REG()
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); in IN_FROM_REG()
67 val = clamp_val(val, 0, nom_mv[n] * 255 / 192); in IN_TO_REG()
68 return SCALE(val, 192, nom_mv[n]); in IN_TO_REG()