Searched defs:timeval (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-nuc900.c154 unsigned int timeval, clrval; local
156 timeval = __raw_readl(rtc->rtc_reg + REG_RTC_TLR);
159 return nuc900_rtc_bcd2bin(timeval, clrval, tm);
187 unsigned int timeval, carval; local
189 timeval = __raw_readl(rtc->rtc_reg + REG_RTC_TAR);
192 return nuc900_rtc_bcd2bin(timeval, carval, &alrm->time);

Completed in 1140 milliseconds