Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-r7301.c34 #define RTC7301_10_MONTH 0xa /* Bank 0 */ macro
160 tm->tm_mon = rtc7301_read(priv, RTC7301_10_MONTH) * 10 + in rtc7301_get_time()
195 rtc7301_write(priv, (tm->tm_mon + 1) / 10, RTC7301_10_MONTH); in rtc7301_write_time()