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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-nuc900.c57 int bcd_mday; member in struct:nuc900_bcd_time
122 gettm->bcd_mday = bin2bcd(settm->tm_mday) << 0;
189 val = gettm.bcd_mday | gettm.bcd_mon | gettm.bcd_year;
222 val = tm.bcd_mday | tm.bcd_mon | tm.bcd_year;

Completed in 93 milliseconds