Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bktr/
H A Dbktr_tuner.c1221 int fref, lo1, lo1n, lo1a, s, sel; in MT2032_ComputeFreq() local
1226 fref = 5250 * 1000; /* 5.25MHz */ in MT2032_ComputeFreq()
1230 lo1 = (2 * (desired_lo1 / 1000) + (fref / 1000)) / (2 * fref / 1000); in MT2032_ComputeFreq()
1231 lo1freq = lo1 * fref; in MT2032_ComputeFreq()
1245 lo1freq = lo1 * fref; in MT2032_ComputeFreq()
1283 lo2 = desired_lo2 / fref; in MT2032_ComputeFreq()
1287 lo2num = ((desired_lo2 / 1000) % (fref / 1000)) * 3780 / (fref / 1000); in MT2032_ComputeFreq()
1288 lo2freq = (lo2a + 8 * lo2n) * fref + lo2num * (fref / 1000) / 3780 * 1000; in MT2032_ComputeFreq()
/freebsd-12.1/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1178 uint16_t fref; member
1476 return (xt->fref * 1000); in bhnd_pmu1_alpclk0()
1696 if (xt->fref == xtal) in bhnd_pmu1_pllinit0()
1717 xt->fref / 1000, xt->fref % 1000); in bhnd_pmu1_pllinit0()
1723 xt->fref % 1000); in bhnd_pmu1_pllinit0()
1757 if (xt->fref == 38400) in bhnd_pmu1_pllinit0()
1774 if (xt->fref == 38400 || in bhnd_pmu1_pllinit0()
1776 xt->fref == 26000) { in bhnd_pmu1_pllinit0()
1962 switch (xt->fref) { in bhnd_pmu1_pllinit0()
1971 xt->fref); in bhnd_pmu1_pllinit0()
[all …]