Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-max6900.c23 #define MAX6900_REG_HR 2 /* hours 00-23 */ macro
152 tm->tm_hour = bcd2bin(regs[MAX6900_REG_HR] & 0x3f); in max6900_rtc_read_time()
179 regs[MAX6900_REG_HR] = bin2bcd(tm->tm_hour); in max6900_rtc_set_time()