DS1305_AEI0 149 drivers/rtc/rtc-ds1305.c if (ds1305->ctrl[0] & DS1305_AEI0) DS1305_AEI0 151 drivers/rtc/rtc-ds1305.c buf[1] |= DS1305_AEI0; DS1305_AEI0 153 drivers/rtc/rtc-ds1305.c if (!(buf[1] & DS1305_AEI0)) DS1305_AEI0 155 drivers/rtc/rtc-ds1305.c buf[1] &= ~DS1305_AEI0; DS1305_AEI0 285 drivers/rtc/rtc-ds1305.c alm->enabled = !!(ds1305->ctrl[0] & DS1305_AEI0); DS1305_AEI0 286 drivers/rtc/rtc-ds1305.c alm->pending = !!(ds1305->ctrl[1] & DS1305_AEI0); DS1305_AEI0 347 drivers/rtc/rtc-ds1305.c if (ds1305->ctrl[0] & DS1305_AEI0) { DS1305_AEI0 348 drivers/rtc/rtc-ds1305.c ds1305->ctrl[0] &= ~DS1305_AEI0; DS1305_AEI0 374 drivers/rtc/rtc-ds1305.c ds1305->ctrl[0] |= DS1305_AEI0; DS1305_AEI0 454 drivers/rtc/rtc-ds1305.c ds1305->ctrl[0] &= ~(DS1305_AEI1 | DS1305_AEI0);