Home
last modified time | relevance | path

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

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