Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-nuc900.c57 int bcd_mday; member
120 gettm->bcd_mday = bin2bcd(settm->tm_mday) << 0; in nuc900_rtc_bin2bcd()
175 val = gettm.bcd_mday | gettm.bcd_mon | gettm.bcd_year; in nuc900_rtc_set_time()
210 val = tm.bcd_mday | tm.bcd_mon | tm.bcd_year; in nuc900_rtc_set_alarm()