Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-s35390a.c33 #define S35390A_ALRM_BYTE_WDAY 0 macro
244 buf[S35390A_ALRM_BYTE_WDAY] = bin2bcd(alm->time.tm_wday) | 0x80; in s35390a_set_alarm()
285 alm->time.tm_wday = bcd2bin(buf[S35390A_ALRM_BYTE_WDAY]); in s35390a_read_alarm()