Searched defs:DS1305_AEI0 (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-ds1305.c76 # define DS1305_AEI0 0x01 /* enable ALM0 IRQ */ macro
153 if (ds1305->ctrl[0] & DS1305_AEI0)
155 buf[1] |= DS1305_AEI0;
157 if (!(buf[1] & DS1305_AEI0))
159 buf[1] &= ~DS1305_AEI0;
294 alm->enabled = !!(ds1305->ctrl[0] & DS1305_AEI0);
295 alm->pending = !!(ds1305->ctrl[1] & DS1305_AEI0);
363 if (ds1305->ctrl[0] & DS1305_AEI0) {
364 ds1305->ctrl[0] &= ~DS1305_AEI0;
390 ds1305->ctrl[0] |= DS1305_AEI0;
[all...]

Completed in 283 milliseconds