Searched refs:f_ref (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/xorg-server-copy/
H A Dfi1236.h30 double f_ref; /* reference frequency */ member in struct:__anon95e98aec0208
H A Dfi1236.c80 xf86DrvMsg(f->d.pI2CBus->scrnIndex, X_INFO, "MT2032: input f_rf=%g f_if1=%g f_if2=%g f_ref=%g f_ifbw=%g f_step=%g\n",
81 m->f_rf, m->f_if1, m->f_if2, m->f_ref, m->f_ifbw, m->f_step);
217 static void MT2032_calculate_register_settings(MT2032_parameters *m, double f_rf, double f_if1, double f_if2, double f_ref, double f_ifbw, double f_step) argument
223 m->f_ref=f_ref;
228 m->LO1I=lrint(m->f_lo1/f_ref);
229 m->f_lo1=f_ref*m->LO1I;
242 m->f_lo1=m->LO1I*f_ref;
261 m->LO2I=floor(m->f_lo2/f_ref);
262 m->STEP=floor(3780.0*f_step/f_ref);
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dfi1236.h30 double f_ref; /* reference frequency */ member in struct:__anon0ba1ab3c0208
H A Dfi1236.c80 xf86DrvMsg(f->d.pI2CBus->scrnIndex, X_INFO, "MT2032: input f_rf=%g f_if1=%g f_if2=%g f_ref=%g f_ifbw=%g f_step=%g\n",
81 m->f_rf, m->f_if1, m->f_if2, m->f_ref, m->f_ifbw, m->f_step);
217 static void MT2032_calculate_register_settings(MT2032_parameters *m, double f_rf, double f_if1, double f_if2, double f_ref, double f_ifbw, double f_step) argument
223 m->f_ref=f_ref;
228 m->LO1I=lrint(m->f_lo1/f_ref);
229 m->f_lo1=f_ref*m->LO1I;
242 m->f_lo1=m->LO1I*f_ref;
261 m->LO2I=floor(m->f_lo2/f_ref);
262 m->STEP=floor(3780.0*f_step/f_ref);
[all...]

Completed in 7 milliseconds