Searched refs:RX4581_REG_HR (Results 1 – 1 of 1) sorted by relevance
44 #define RX4581_REG_HR 0x02 /* Hour in BCD */ macro160 tm->tm_hour = bcd2bin(date[RX4581_REG_HR] & 0x3F); /* rtc hr 0-23 */ in rx4581_get_datetime()194 buf[RX4581_REG_HR+1] = bin2bcd(tm->tm_hour); in rx4581_set_datetime()