Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-mxc.c49 #define RTC_RTCIENR 0x18 /* 32bit rtc interrupt enable reg */ macro
174 reg = readw(ioaddr + RTC_RTCIENR); in mxc_rtc_irq_enable()
181 writew(reg, ioaddr + RTC_RTCIENR); in mxc_rtc_irq_enable()
195 status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR); in mxc_rtc_interrupt()