Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dmb86a16.c1048 int ftemp; in mb86a16_set_fe() local
1135 ftemp = fOSC_start * 1000; in mb86a16_set_fe()
1138 ftemp = ftemp + swp_ofs; in mb86a16_set_fe()
1142 if (ftemp > 2150000) { in mb86a16_set_fe()
1146 if ((ftemp == 2150000) || in mb86a16_set_fe()
1147 (ftemp - state->frequency * 1000 >= fcp + state->srate / 4)) in mb86a16_set_fe()
1153 ftemp = fOSC_start * 1000; in mb86a16_set_fe()
1156 ftemp = ftemp - swp_ofs; in mb86a16_set_fe()
1160 if (ftemp < 950000) { in mb86a16_set_fe()
1164 if ((ftemp == 950000) || in mb86a16_set_fe()
[all …]
/linux-4.1.27/kernel/time/
Dntp.c804 s64 ftemp; in hardpps_update_freq() local
821 ftemp = div_s64(((s64)(-freq_norm.nsec)) << NTP_SCALE_SHIFT, in hardpps_update_freq()
823 delta = shift_right(ftemp - pps_freq, NTP_SCALE_SHIFT); in hardpps_update_freq()
824 pps_freq = ftemp; in hardpps_update_freq()
/linux-4.1.27/scripts/
Danalyze_suspend.py861 ftemp = dict() variable in TestRun
868 self.ftemp = dict()
1213 if(pid not in testrun[testidx].ftemp):
1214 testrun[testidx].ftemp[pid] = []
1215 testrun[testidx].ftemp[pid].append(FTraceCallGraph())
1217 cg = testrun[testidx].ftemp[pid][-1]
1219 testrun[testidx].ftemp[pid].append(FTraceCallGraph())
1238 for pid in test.ftemp:
1239 for cg in test.ftemp[pid]:
1504 if(pid not in testrun.ftemp):
[all …]