Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-nuc900.c152 unsigned int timeval, clrval; in nuc900_rtc_read_time() local
155 clrval = __raw_readl(rtc->rtc_reg + REG_RTC_CLR); in nuc900_rtc_read_time()
157 nuc900_rtc_bcd2bin(timeval, clrval, tm); in nuc900_rtc_read_time()