RCR1_AIE 132 drivers/rtc/rtc-sh.c tmp &= ~(RCR1_AF | RCR1_AIE); RCR1_AIE 225 drivers/rtc/rtc-sh.c tmp |= RCR1_AIE; RCR1_AIE 227 drivers/rtc/rtc-sh.c tmp &= ~RCR1_AIE; RCR1_AIE 407 drivers/rtc/rtc-sh.c wkalrm->enabled = (readb(rtc->regbase + RCR1) & RCR1_AIE) ? 1 : 0; RCR1_AIE 435 drivers/rtc/rtc-sh.c rcr1 &= ~(RCR1_AF | RCR1_AIE); RCR1_AIE 450 drivers/rtc/rtc-sh.c rcr1 |= RCR1_AIE;