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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dtime.c82 unsigned int next_match; local
104 next_match = (OSMR0 += LATCH);
105 } while ((signed long)(next_match - OSCR) <= 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dtime.c60 int next_match; local
74 next_match = (OSMR0 += LATCH);
75 } while( (signed long)(next_match - OSCR) <= 8 );

Completed in 47 milliseconds