Searched refs:MAX6900_REG_HR (Results 1 – 1 of 1) sorted by relevance
23 #define MAX6900_REG_HR 2 /* hours 00-23 */ macro152 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()