Searched refs:RX4581_REG_HR (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-rx4581.c44 #define RX4581_REG_HR 0x02 /* Hour in BCD */ macro
160 tm->tm_hour = bcd2bin(date[RX4581_REG_HR] & 0x3F); /* rtc hr 0-23 */ rx4581_get_datetime()
198 buf[RX4581_REG_HR+1] = bin2bcd(tm->tm_hour); rx4581_set_datetime()

Completed in 76 milliseconds