Home
last modified time | relevance | path

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

/openbmc/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()