Searched refs:ftemp (Results 1 – 4 of 4) sorted by relevance
1036 int ftemp; in mb86a16_set_fe() local1123 ftemp = fOSC_start * 1000; in mb86a16_set_fe()1126 ftemp = ftemp + swp_ofs; in mb86a16_set_fe()1130 if (ftemp > 2150000) { in mb86a16_set_fe()1134 if ((ftemp == 2150000) || in mb86a16_set_fe()1135 (ftemp - state->frequency * 1000 >= fcp + state->srate / 4)) in mb86a16_set_fe()1141 ftemp = fOSC_start * 1000; in mb86a16_set_fe()1144 ftemp = ftemp - swp_ofs; in mb86a16_set_fe()1148 if (ftemp < 950000) { in mb86a16_set_fe()1152 if ((ftemp == 950000) || in mb86a16_set_fe()[all …]
384 ftemp = dict()415 if(key not in ftemp):416 ftemp[key] = []417 ftemp[key].append(aslib.FTraceCallGraph(pid, sysvals))418 cg = ftemp[key][-1]421 ftemp[key].append(aslib.FTraceCallGraph(pid, sysvals))423 ftemp[key][-1].addLine(t)428 for key in ftemp:430 for cg in ftemp[key]:
2333 ftemp = dict() variable in TestRun2338 self.ftemp = dict()2593 if(pid not in testrun[testidx].ftemp):2594 testrun[testidx].ftemp[pid] = []2595 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))2597 cg = testrun[testidx].ftemp[pid][-1]2600 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))2602 testrun[testidx].ftemp[pid][-1].addLine(t)2613 for pid in test.ftemp:2614 for cg in test.ftemp[pid]:[all …]
876 s64 ftemp; in hardpps_update_freq() local893 ftemp = div_s64(((s64)(-freq_norm.nsec)) << NTP_SCALE_SHIFT, in hardpps_update_freq()895 delta = shift_right(ftemp - pps_freq, NTP_SCALE_SHIFT); in hardpps_update_freq()896 pps_freq = ftemp; in hardpps_update_freq()