Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dpcf2127.c19 #define PCF2127_REG_HR 0x05 macro
69 tm->tm_hour = bcd2bin(buf[PCF2127_REG_HR] & 0x3F); in pcf2127_rtc_get()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-pcf2127.c48 #define PCF2127_REG_HR 0x05 macro
140 buf[PCF2127_REG_MN], buf[PCF2127_REG_HR], in pcf2127_rtc_read_time()
146 tm->tm_hour = bcd2bin(buf[PCF2127_REG_HR] & 0x3F); /* rtc hr 0-23 */ in pcf2127_rtc_read_time()