Searched refs:M41T62_REG_WDAY (Results 1 – 1 of 1) sorted by relevance
29 #define M41T62_REG_WDAY 4 macro68 tm->tm_wday = buf[M41T62_REG_WDAY] & 0x07; in m41t62_update_rtc_time()96 buf[M41T62_REG_WDAY] = in m41t62_set_rtc_buf()97 (tm->tm_wday & 0x07) | (buf[M41T62_REG_WDAY] & ~0x07); in m41t62_set_rtc_buf()