Searched refs:RTC_IRQ (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/arch/mips/loongson/common/
H A Drtc.c23 .start = RTC_IRQ,
24 .end = RTC_IRQ,
/linux-4.1.27/arch/sparc/include/asm/
H A Dmc146818rtc_32.h27 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dmc146818rtc.h27 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/arm/include/asm/
H A Dmc146818rtc.h10 #define RTC_IRQ BUILD_BUG_ON(1) macro
/linux-4.1.27/arch/mips/include/asm/mach-generic/
H A Dmc146818rtc.h16 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/mips/include/asm/mach-jazz/
H A Dmc146818rtc.h20 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
H A Dmc146818rtc.h16 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/x86/platform/olpc/
H A Dolpc-xo1-rtc.c37 .start = RTC_IRQ,
38 .end = RTC_IRQ,
/linux-4.1.27/arch/mips/cobalt/
H A Drtc.c33 .start = RTC_IRQ,
34 .end = RTC_IRQ,
/linux-4.1.27/drivers/char/
H A Drtc.c101 #undef RTC_IRQ macro
104 #ifdef RTC_IRQ
118 #ifdef RTC_IRQ hpet_rtc_interrupt()
137 #ifdef RTC_IRQ
149 #ifdef RTC_IRQ
154 #ifdef RTC_IRQ
196 #ifdef RTC_IRQ
228 #ifdef RTC_IRQ
332 #ifndef RTC_IRQ rtc_read()
402 #ifdef RTC_IRQ rtc_do_ioctl()
419 #ifdef RTC_IRQ rtc_do_ioctl()
644 #ifdef RTC_IRQ rtc_do_ioctl()
755 #ifdef RTC_IRQ rtc_release()
792 #ifdef RTC_IRQ rtc_poll()
814 #ifndef RTC_IRQ rtc_register()
841 #ifndef RTC_IRQ rtc_unregister()
878 #ifndef RTC_IRQ rtc_control()
903 #ifdef RTC_IRQ
967 #ifdef RTC_IRQ rtc_init()
1020 #ifdef RTC_IRQ rtc_init()
1028 #ifdef RTC_IRQ rtc_init()
1043 if (request_irq(RTC_IRQ, rtc_int_handler_ptr, 0, "rtc", NULL)) { rtc_init()
1046 printk(KERN_ERR "rtc: IRQ %d is not free.\n", RTC_IRQ); rtc_init()
1058 #ifdef RTC_IRQ rtc_init()
1059 free_irq(RTC_IRQ, NULL); rtc_init()
1113 #ifdef RTC_IRQ rtc_init()
1149 #ifdef RTC_IRQ rtc_exit()
1151 free_irq(RTC_IRQ, NULL); rtc_exit()
1161 #ifdef RTC_IRQ
1385 #ifdef RTC_IRQ
/linux-4.1.27/arch/mips/include/asm/mach-dec/
H A Dmc146818rtc.h27 #undef RTC_IRQ macro
/linux-4.1.27/arch/alpha/kernel/
H A Dirq_impl.h16 #define RTC_IRQ 8 macro
H A Dirq_alpha.c69 handle_irq(RTC_IRQ); do_entInt()
224 irq_set_chip_and_handler_name(RTC_IRQ, &dummy_irq_chip, init_rtc_irq()
226 setup_irq(RTC_IRQ, &timer_irqaction); init_rtc_irq()
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-platform.c77 .start = RTC_IRQ,
78 .end = RTC_IRQ,
/linux-4.1.27/arch/mips/include/asm/mach-malta/
H A Dmc146818rtc.h30 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/x86/kernel/
H A Drtc.c157 .start = RTC_IRQ,
158 .end = RTC_IRQ,
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/
H A Dirq.h96 #define RTC_IRQ IRQ_CUI macro
/linux-4.1.27/arch/x86/include/asm/
H A Dmc146818rtc.h101 #define RTC_IRQ 8 macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Drtc-regs.h82 #define RTC_IRQ RTIRQ macro
/linux-4.1.27/arch/arm/mach-versatile/
H A Dcore.c626 #define RTC_IRQ { IRQ_RTCINT } macro
/linux-4.1.27/arch/blackfin/mach-bf538/include/mach/
H A DdefBF538.h1236 #define RTC_IRQ 0x00000080 /* Real-Time Clock Interrupt Request */ macro

Completed in 270 milliseconds