Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-ds1305.c61 #define DS1305_ALM_DISABLE 0x80 macro
303 if ((DS1305_ALM_DISABLE & buf[DS1305_SEC]) in ds1305_get_alarm()
304 || (DS1305_ALM_DISABLE & buf[DS1305_MIN]) in ds1305_get_alarm()
305 || (DS1305_ALM_DISABLE & buf[DS1305_HOUR])) in ds1305_get_alarm()
366 buf[1 + DS1305_WDAY] = DS1305_ALM_DISABLE; in ds1305_set_alarm()