Home
last modified time | relevance | path

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

/linux/arch/mips/loongson2ef/common/
H A Drtc.c19 .start = RTC_IRQ,
20 .end = RTC_IRQ,
/linux/arch/mips/cobalt/
H A Drtc.c20 .start = RTC_IRQ,
21 .end = RTC_IRQ,
/linux/arch/alpha/kernel/
H A Dirq_alpha.c70 handle_irq(RTC_IRQ); in do_entInt()
219 irq_set_chip_and_handler_name(RTC_IRQ, &dummy_irq_chip, in init_rtc_irq()
223 if (request_irq(RTC_IRQ, handler, 0, "timer", NULL)) in init_rtc_irq()
H A Dirq_impl.h17 #define RTC_IRQ 8 macro
/linux/arch/sparc/include/asm/
H A Dmc146818rtc_32.h28 #define RTC_IRQ 8 macro
/linux/arch/arm/include/asm/
H A Dmc146818rtc.h11 #define RTC_IRQ BUILD_BUG_ON(1) macro
/linux/arch/mips/include/asm/mach-dec/
H A Dmc146818rtc.h23 #undef RTC_IRQ
/linux/arch/x86/include/asm/
H A Dmc146818rtc.h101 #define RTC_IRQ 8 macro
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-data-modul-edm-sbc.dts226 "", "M2-B_PCIE_RST#", "M2-B_PCIE_WAKE#", "RTC_IRQ#",
737 /* RTC_IRQ# */
/linux/drivers/rtc/
H A Drtc-cmos.c1441 irq = RTC_IRQ; in cmos_platform_probe()