Searched refs:DS1305_MIN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-ds1305.c38 #define DS1305_MIN 0x01 macro
195 time->tm_min = bcd2bin(buf[DS1305_MIN]); ds1305_get_time()
305 "alm0 read", buf[DS1305_SEC], buf[DS1305_MIN], ds1305_get_alarm()
309 || (DS1305_ALM_DISABLE & buf[DS1305_MIN]) ds1305_get_alarm()
318 alm->time.tm_min = bcd2bin(buf[DS1305_MIN]); ds1305_get_alarm()
376 buf[1 + DS1305_MIN] = bin2bcd(alm->time.tm_min); ds1305_set_alarm()
381 "alm0 write", buf[1 + DS1305_SEC], buf[1 + DS1305_MIN], ds1305_set_alarm()

Completed in 40 milliseconds