Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pcf8563.c31 #define PCF8563_REG_HR 0x04 macro
226 tm->tm_hour = bcd2bin(buf[PCF8563_REG_HR] & 0x3F); /* rtc hr 0-23 */ in pcf8563_rtc_read_time()
259 buf[PCF8563_REG_HR] = bin2bcd(tm->tm_hour); in pcf8563_rtc_set_time()