Searched refs:nominal_mv (Results 1 – 1 of 1) sorted by relevance
177 static const s16 nominal_mv[6] = { 2500, 1500, 3300, 5000, 1500, 1500 }; variable187 (unsigned)data->in[sf][nr] * nominal_mv[nr] / 0xC0); in in_show()205 val = clamp_val(val, 0, 255 * nominal_mv[nr] / 192); in in_store()206 val = DIV_ROUND_CLOSEST(val * 192, nominal_mv[nr]); in in_store()