Searched refs:RTC_IRQ (Results 1 – 20 of 20) sorted by relevance
/arch/alpha/kernel/ |
D | irq_alpha.c | 76 kstat_incr_irqs_this_cpu(RTC_IRQ, irq_to_desc(RTC_IRQ)); in do_entInt() 78 handle_irq(RTC_IRQ); in do_entInt() 82 handle_irq(RTC_IRQ); in do_entInt() 238 irq_set_chip_and_handler_name(RTC_IRQ, &dummy_irq_chip, in init_rtc_irq() 240 setup_irq(RTC_IRQ, &timer_irqaction); in init_rtc_irq()
|
D | irq_impl.h | 16 #define RTC_IRQ 8 macro
|
/arch/mips/loongson/common/ |
D | rtc.c | 23 .start = RTC_IRQ, 24 .end = RTC_IRQ,
|
/arch/mips/cobalt/ |
D | rtc.c | 33 .start = RTC_IRQ, 34 .end = RTC_IRQ,
|
/arch/x86/platform/olpc/ |
D | olpc-xo1-rtc.c | 37 .start = RTC_IRQ, 38 .end = RTC_IRQ,
|
/arch/mips/mti-malta/ |
D | malta-platform.c | 77 .start = RTC_IRQ, 78 .end = RTC_IRQ,
|
/arch/mips/include/asm/mach-jazz/ |
D | mc146818rtc.h | 20 #define RTC_IRQ 8 macro
|
/arch/sparc/include/asm/ |
D | mc146818rtc_32.h | 27 #define RTC_IRQ 8 macro
|
/arch/m32r/include/asm/ |
D | mc146818rtc.h | 27 #define RTC_IRQ 8 macro
|
/arch/arm/include/asm/ |
D | mc146818rtc.h | 10 #define RTC_IRQ BUILD_BUG_ON(1) macro
|
/arch/mips/include/asm/mach-dec/ |
D | mc146818rtc.h | 27 #undef RTC_IRQ
|
/arch/mips/include/asm/mach-malta/ |
D | mc146818rtc.h | 30 #define RTC_IRQ 8 macro
|
/arch/mips/include/asm/mach-generic/ |
D | mc146818rtc.h | 16 #define RTC_IRQ 8 macro
|
/arch/mips/include/asm/mach-loongson/ |
D | mc146818rtc.h | 16 #define RTC_IRQ 8 macro
|
/arch/x86/kernel/ |
D | rtc.c | 160 .start = RTC_IRQ, 161 .end = RTC_IRQ,
|
/arch/x86/include/asm/ |
D | mc146818rtc.h | 101 #define RTC_IRQ 8 macro
|
/arch/sh/include/cpu-sh5/cpu/ |
D | irq.h | 96 #define RTC_IRQ IRQ_CUI macro
|
/arch/mn10300/include/asm/ |
D | rtc-regs.h | 82 #define RTC_IRQ RTIRQ macro
|
/arch/arm/mach-versatile/ |
D | core.c | 598 #define RTC_IRQ { IRQ_RTCINT } macro
|
/arch/blackfin/mach-bf538/include/mach/ |
D | defBF538.h | 1236 #define RTC_IRQ 0x00000080 /* Real-Time Clock Interrupt Request */ macro
|