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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcevt-smtc.c83 unsigned long nextcomp = 0L; local
124 nextcomp = smtc_nexttime[vpe][soonest];
134 nextcomp = timestamp;
149 if (ISVALID(nextcomp)) {
150 write_c0_compare(nextcomp);
157 while ((nextcomp - (unsigned long)read_c0_count())
159 nextcomp += CATCHUP_INCREMENT;
160 write_c0_compare(nextcomp);

Completed in 113 milliseconds