Searched refs:lo2num (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt20xx.c | 109 desired_lo2,lo2,lo2n,lo2a,lo2num,lo2freq; in mt2032_compute_freq() local 145 lo2num=((desired_lo2/1000)%(fref/1000))* 3780/(fref/1000); //scale to fit in 32bit arith in mt2032_compute_freq() 146 lo2freq=(lo2a+8*lo2n)*fref + lo2num*(fref/1000)/3780*1000; in mt2032_compute_freq() 149 rfin,lo2,lo2n,lo2a,lo2num,lo2freq); in mt2032_compute_freq() 176 buf[11]=(lo2num&0xff); in mt2032_compute_freq() 177 buf[12]=(lo2num>>8) |0x80; // Lo2RST in mt2032_compute_freq()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt20xx.c | 109 desired_lo2,lo2,lo2n,lo2a,lo2num,lo2freq; in mt2032_compute_freq() local 145 lo2num=((desired_lo2/1000)%(fref/1000))* 3780/(fref/1000); //scale to fit in 32bit arith in mt2032_compute_freq() 146 lo2freq=(lo2a+8*lo2n)*fref + lo2num*(fref/1000)/3780*1000; in mt2032_compute_freq() 149 rfin,lo2,lo2n,lo2a,lo2num,lo2freq); in mt2032_compute_freq() 176 buf[11]=(lo2num&0xff); in mt2032_compute_freq() 177 buf[12]=(lo2num>>8) |0x80; // Lo2RST in mt2032_compute_freq()
|
Completed in 3 milliseconds