Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-ds1305.c61 #define DS1305_ALM_DISABLE 0x80 macro
308 if ((DS1305_ALM_DISABLE & buf[DS1305_SEC]) in ds1305_get_alarm()
309 || (DS1305_ALM_DISABLE & buf[DS1305_MIN]) in ds1305_get_alarm()
310 || (DS1305_ALM_DISABLE & buf[DS1305_HOUR])) in ds1305_get_alarm()
378 buf[1 + DS1305_WDAY] = DS1305_ALM_DISABLE; in ds1305_set_alarm()