Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/dvb-frontends/
Ddrxd_hard.c874 u32 Vmax, Rpar, Vmin, Vout; in ReadIFAgc() local
879 Vmax = (3300 * R2) / (R1 + R2); in ReadIFAgc()
882 Vout = Vmin + ((Vmax - Vmin) * Value) / 1024; in ReadIFAgc()