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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 157 milliseconds