/openbmc/linux/arch/mips/loongson2ef/common/ |
H A D | rtc.c | 19 .start = RTC_IRQ, 20 .end = RTC_IRQ,
|
/openbmc/linux/arch/mips/cobalt/ |
H A D | rtc.c | 20 .start = RTC_IRQ, 21 .end = RTC_IRQ,
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | irq_alpha.c | 70 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 D | irq_impl.h | 17 #define RTC_IRQ 8 macro
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | olpc-xo1-rtc.c | 34 .start = RTC_IRQ, 35 .end = RTC_IRQ,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | rtc.c | 122 .start = RTC_IRQ, 123 .end = RTC_IRQ,
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | mc146818rtc_32.h | 28 #define RTC_IRQ 8 macro
|
/openbmc/linux/arch/mips/include/asm/mach-jazz/ |
H A D | mc146818rtc.h | 20 #define RTC_IRQ 8 macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | mc146818rtc.h | 11 #define RTC_IRQ BUILD_BUG_ON(1) macro
|
/openbmc/linux/arch/mips/include/asm/mach-dec/ |
H A D | mc146818rtc.h | 23 #undef RTC_IRQ
|
/openbmc/linux/arch/mips/include/asm/mach-malta/ |
H A D | mc146818rtc.h | 18 #define RTC_IRQ 8 macro
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | mc146818rtc.h | 16 #define RTC_IRQ 8 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mc146818rtc.h | 101 #define RTC_IRQ 8 macro
|
/openbmc/qemu/include/hw/riscv/ |
H A D | virt.h | 92 RTC_IRQ = 11, enumerator
|
/openbmc/qemu/hw/mips/ |
H A D | loongson3_virt.c | 66 #define RTC_IRQ 1 macro 559 qdev_get_gpio_in(liointc, RTC_IRQ)); in mips_loongson3_virt_init()
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-zynqmp.c | 80 #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 D | imx8mp-data-modul-edm-sbc.dts | 245 "WDOG_KICK#", "ENET2_RST#", "CAN_INT#", "RTC_IRQ#", 788 /* RTC_IRQ# */
|
H A D | imx8mm-data-modul-edm-sbc.dts | 211 "", "M2-B_PCIE_RST#", "M2-B_PCIE_WAKE#", "RTC_IRQ#", 722 /* RTC_IRQ# */
|
/openbmc/qemu/hw/riscv/ |
H A D | virt.c | 972 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 D | rtc-cmos.c | 1401 irq = RTC_IRQ; in cmos_pnp_probe()
|