Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-mxc.c50 #define RTC_RTCIENR 0x18 /* 32bit rtc interrupt enable reg */ macro
175 reg = readw(ioaddr + RTC_RTCIENR); in mxc_rtc_irq_enable()
182 writew(reg, ioaddr + RTC_RTCIENR); in mxc_rtc_irq_enable()
196 status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR); in mxc_rtc_interrupt()