Searched refs:bcd_mon (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.c58 int bcd_mon; member in struct:nuc900_bcd_time
123 gettm->bcd_mon = bin2bcd(settm->tm_mon) << 8;
189 val = gettm.bcd_mday | gettm.bcd_mon | gettm.bcd_year;
222 val = tm.bcd_mday | tm.bcd_mon | tm.bcd_year;

Completed in 35 milliseconds