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

/drivers/media/dvb/frontends/
H A Dm88rs2000.c548 u8 lpf_mxdiv, mlpf_max, mlpf_min, nlpf; local
599 mlpf_max = gdiv28 * 135 / 100;
601 if (mlpf_max > 63)
602 mlpf_max = 63;
622 if (lpf_mxdiv > mlpf_max)
623 lpf_mxdiv = mlpf_max;
H A Dds3000.c963 u8 mlpf, mlpf_new, mlpf_max, mlpf_min, nlpf, div4; local
1047 mlpf_max = mlpf * 135 / 100;
1049 if (mlpf_max > 63)
1050 mlpf_max = 63;
1070 if (mlpf_new > mlpf_max)
1071 mlpf_new = mlpf_max;

Completed in 87 milliseconds