Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sh/
Dmc146818rtc.h72 rcr1 = (rcr1 & (RCR1_CIE | RCR1_AIE)) | RCR1_AF;\
86 if(rcr1 & RCR1_AIE) val |= RTC_AIE; \
150 if(val & RTC_AIE) rcr1 |= RCR1_AIE; \
151 else rcr1 &= ~RCR1_AIE; \
Drtc.h15 #define RCR1_AIE 0x08 /* Alarm Interrupt Enable */ macro
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c48 #define RCR1_AIE 0x08 /* Alarm Interrupt Enable */ macro