Searched refs:bcd_mday (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.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;
/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.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 116 milliseconds