Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-r7301.c30 #define RTC7301_DAY_OF_WEEK 0x6 /* Bank 0 and Band 1 */ macro
159 tm->tm_wday = (rtc7301_read(priv, RTC7301_DAY_OF_WEEK) & ~RTC7301_AE); in rtc7301_get_time()
189 RTC7301_DAY_OF_WEEK); in rtc7301_write_time()