Searched refs:CONFIG_SYS_TMRINTR_NO (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | immap.h | 24 #define CONFIG_SYS_TMRINTR_NO (INT0_HI_DTMR1) macro 58 #define CONFIG_SYS_TMRINTR_NO (INT0_HI_DTMR1) macro 87 #define CONFIG_SYS_TMRINTR_NO (INT0_LO_DTMR3) macro 118 #define CONFIG_SYS_TMRINTR_NO (31) macro 141 #define CONFIG_SYS_TMRINTR_NO (27) macro 161 #define CONFIG_SYS_TMRINTR_NO (INT0_LO_DTMR3) macro 187 #define CONFIG_SYS_TMRINTR_NO (INT_TMR3) macro 211 #define CONFIG_SYS_TMRINTR_NO (INT0_LO_DTMR3) macro 234 #define CONFIG_SYS_TMRINTR_NO (INT0_LO_DTMR3) macro 257 #define CONFIG_SYS_TMRINTR_NO (31) macro [all …]
|
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
H A D | slicetimer.c | 22 …ONFIG_SYS_TMR_BASE) || !defined(CONFIG_SYS_INTR_BASE) || !defined(CONFIG_SYS_TMRINTR_NO) || !defin… 73 irq_install_handler(CONFIG_SYS_TMRINTR_NO, dtimer_interrupt, 0); in timer_init()
|
H A D | interrupts.c | 31 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup()
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | time.c | 28 …ONFIG_SYS_TMR_BASE) || !defined(CONFIG_SYS_INTR_BASE) || !defined(CONFIG_SYS_TMRINTR_NO) || !defin… 90 irq_install_handler(CONFIG_SYS_TMRINTR_NO, dtimer_interrupt, 0); in timer_init()
|
/openbmc/u-boot/arch/m68k/cpu/mcf532x/ |
H A D | interrupts.c | 30 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup()
|
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
H A D | interrupts.c | 33 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup()
|
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
H A D | interrupts.c | 33 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup()
|
/openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
H A D | interrupts.c | 29 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup()
|
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
H A D | interrupts.c | 70 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup()
|
/openbmc/u-boot/scripts/ |
H A D | config_whitelist.txt | 4218 CONFIG_SYS_TMRINTR_NO
|