Searched refs:RTC_ALM_BIT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-mxc.c25 #define RTC_ALM_BIT (1 << 2) macro
225 if (status & RTC_ALM_BIT) { mxc_rtc_interrupt()
228 mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0); mxc_rtc_interrupt()
265 mxc_rtc_irq_enable(dev, RTC_ALM_BIT, enabled); mxc_rtc_alarm_irq_enable()
325 alrm->pending = ((readw(ioaddr + RTC_RTCISR) & RTC_ALM_BIT)) ? 1 : 0; mxc_rtc_read_alarm()
341 mxc_rtc_irq_enable(dev, RTC_ALM_BIT, alrm->enabled); mxc_rtc_set_alarm()

Completed in 44 milliseconds