RCR1_CIE 240 drivers/rtc/rtc-sh.c seq_printf(seq, "carry_IRQ\t: %s\n", (tmp & RCR1_CIE) ? "yes" : "no"); RCR1_CIE 259 drivers/rtc/rtc-sh.c tmp &= ~RCR1_CIE; RCR1_CIE 261 drivers/rtc/rtc-sh.c tmp |= RCR1_CIE; RCR1_CIE 289 drivers/rtc/rtc-sh.c tmp |= RCR1_CIE;