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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/
H A Dsysctl.c93 static int rtctmp; variable
103 rtctmp = ds1603_read();
105 if (rtctmp < 0)
106 rtctmp = 0;
113 ds1603_set(rtctmp);
146 rtctmp = ds1603_read();
147 if (rtctmp < 0)
148 rtctmp = 0;
155 ds1603_set(rtctmp);
392 .data = &rtctmp,
[all...]

Completed in 80 milliseconds