Lines Matching defs:DS1305_AEI0
72 # define DS1305_AEI0 0x01 /* enable ALM0 IRQ */
149 if (ds1305->ctrl[0] & DS1305_AEI0)
151 buf[1] |= DS1305_AEI0;
153 if (!(buf[1] & DS1305_AEI0))
155 buf[1] &= ~DS1305_AEI0;
285 alm->enabled = !!(ds1305->ctrl[0] & DS1305_AEI0);
286 alm->pending = !!(ds1305->ctrl[1] & DS1305_AEI0);
343 if (ds1305->ctrl[0] & DS1305_AEI0) {
344 ds1305->ctrl[0] &= ~DS1305_AEI0;
370 ds1305->ctrl[0] |= DS1305_AEI0;
449 ds1305->ctrl[0] &= ~(DS1305_AEI1 | DS1305_AEI0);