Searched refs:bcd_hour (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.c56 int bcd_hour; member in struct:nuc900_bcd_time
134 gettm->bcd_hour = bin2bcd(settm->tm_hour) << 16;
192 val = gettm.bcd_sec | gettm.bcd_min | gettm.bcd_hour;
225 val = tm.bcd_sec | tm.bcd_min | tm.bcd_hour;

Completed in 62 milliseconds