Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-r7301.c32 #define RTC7301_10_DAY 0x8 /* Bank 0 and Band 1 */ macro
148 tm->tm_mday += (rtc7301_read(priv, RTC7301_10_DAY) & ~RTC7301_AE) * 10; in rtc7301_get_time()
185 rtc7301_write(priv, tm->tm_mday / 10, RTC7301_10_DAY); in rtc7301_write_time()