Home
last modified time | relevance | path

Searched refs:clrval (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/rtc/
Drtc-nuc900.c154 unsigned int timeval, clrval; in nuc900_rtc_read_time() local
157 clrval = __raw_readl(rtc->rtc_reg + REG_RTC_CLR); in nuc900_rtc_read_time()
159 return nuc900_rtc_bcd2bin(timeval, clrval, tm); in nuc900_rtc_read_time()