Home
last modified time | relevance | path

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

/linux/arch/mips/loongson2ef/common/
H A Drtc.c19 .start = RTC_IRQ,
20 .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/mips/cobalt/
H A Drtc.c20 .start = RTC_IRQ,
21 .end = RTC_IRQ,
/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-rtc.c34 .start = RTC_IRQ,
35 .end = RTC_IRQ,
/linux/arch/x86/kernel/
H A Drtc.c121 .start = RTC_IRQ,
122 .end = RTC_IRQ,
/linux/arch/mips/include/asm/mach-jazz/
H A Dmc146818rtc.h20 #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/mips/include/asm/mach-malta/
H A Dmc146818rtc.h18 #define RTC_IRQ 8 macro
/linux/arch/mips/include/asm/mach-generic/
H A Dmc146818rtc.h16 #define RTC_IRQ 8 macro
/linux/arch/x86/include/asm/
H A Dmc146818rtc.h101 #define RTC_IRQ 8 macro
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-data-modul-edm-sbc.dts289 "WDOG_KICK#", "ENET2_RST#", "CAN_INT#", "RTC_IRQ#",
914 /* RTC_IRQ# */
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.c1402 irq = RTC_IRQ; in cmos_pnp_probe()