Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-mxc.c20 #define RTC_ALM_BIT (1 << 2) macro
200 if (status & RTC_ALM_BIT) { in mxc_rtc_interrupt()
203 mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0); in mxc_rtc_interrupt()
217 mxc_rtc_irq_enable(dev, RTC_ALM_BIT, enabled); in mxc_rtc_alarm_irq_enable()
264 alrm->pending = ((readw(ioaddr + RTC_RTCISR) & RTC_ALM_BIT)) ? 1 : 0; in mxc_rtc_read_alarm()
279 mxc_rtc_irq_enable(dev, RTC_ALM_BIT, alrm->enabled); in mxc_rtc_set_alarm()