Home
last modified time | relevance | path

Searched refs:X1205_HR_MIL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dx1205.c78 #define X1205_HR_MIL 0x80 /* Set in ccr.hour for 24 hr mode */ macro
133 buf[CCR_HOUR] = bin2bcd(tm->tm_hour) | X1205_HR_MIL; in rtc_set()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-x1205.c77 #define X1205_HR_MIL 0x80 /* Set in ccr.hour for 24 hr mode */ macro
196 buf[CCR_HOUR] = bin2bcd(tm->tm_hour) | X1205_HR_MIL; in x1205_set_datetime()