RTC_ALM_BIT       217 drivers/rtc/rtc-mxc.c 	if (status & RTC_ALM_BIT) {
RTC_ALM_BIT       220 drivers/rtc/rtc-mxc.c 		mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0);
RTC_ALM_BIT       234 drivers/rtc/rtc-mxc.c 	mxc_rtc_irq_enable(dev, RTC_ALM_BIT, enabled);
RTC_ALM_BIT       281 drivers/rtc/rtc-mxc.c 	alrm->pending = ((readw(ioaddr + RTC_RTCISR) & RTC_ALM_BIT)) ? 1 : 0;
RTC_ALM_BIT       296 drivers/rtc/rtc-mxc.c 	mxc_rtc_irq_enable(dev, RTC_ALM_BIT, alrm->enabled);