Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson2ef/common/
H A Drtc.c19 .start = RTC_IRQ,
20 .end = RTC_IRQ,
/openbmc/linux/arch/mips/cobalt/
H A Drtc.c20 .start = RTC_IRQ,
21 .end = RTC_IRQ,
/openbmc/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
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-rtc.c34 .start = RTC_IRQ,
35 .end = RTC_IRQ,
/openbmc/linux/arch/x86/kernel/
H A Drtc.c122 .start = RTC_IRQ,
123 .end = RTC_IRQ,
/openbmc/linux/arch/sparc/include/asm/
H A Dmc146818rtc_32.h28 #define RTC_IRQ 8 macro
/openbmc/linux/arch/mips/include/asm/mach-jazz/
H A Dmc146818rtc.h20 #define RTC_IRQ 8 macro
/openbmc/linux/arch/arm/include/asm/
H A Dmc146818rtc.h11 #define RTC_IRQ BUILD_BUG_ON(1) macro
/openbmc/linux/arch/mips/include/asm/mach-dec/
H A Dmc146818rtc.h23 #undef RTC_IRQ
/openbmc/linux/arch/mips/include/asm/mach-malta/
H A Dmc146818rtc.h18 #define RTC_IRQ 8 macro
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dmc146818rtc.h16 #define RTC_IRQ 8 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmc146818rtc.h101 #define RTC_IRQ 8 macro
/openbmc/qemu/include/hw/riscv/
H A Dvirt.h92 RTC_IRQ = 11, enumerator
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c66 #define RTC_IRQ 1 macro
559 qdev_get_gpio_in(liointc, RTC_IRQ)); in mips_loongson3_virt_init()
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c80 #define RTC_IRQ 26 macro
756 sysbus_connect_irq(SYS_BUS_DEVICE(&s->rtc), 0, gic_spi[RTC_IRQ]); in xlnx_zynqmp_realize()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-data-modul-edm-sbc.dts245 "WDOG_KICK#", "ENET2_RST#", "CAN_INT#", "RTC_IRQ#",
788 /* RTC_IRQ# */
H A Dimx8mm-data-modul-edm-sbc.dts211 "", "M2-B_PCIE_RST#", "M2-B_PCIE_WAKE#", "RTC_IRQ#",
722 /* RTC_IRQ# */
/openbmc/qemu/hw/riscv/
H A Dvirt.c972 qemu_fdt_setprop_cell(ms->fdt, name, "interrupts", RTC_IRQ); in create_fdt_rtc()
974 qemu_fdt_setprop_cells(ms->fdt, name, "interrupts", RTC_IRQ, 0x4); in create_fdt_rtc()
1633 qdev_get_gpio_in(mmio_irqchip, RTC_IRQ)); in virt_machine_init()
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c1401 irq = RTC_IRQ; in cmos_pnp_probe()