Searched refs:DEC_IRQ_HALT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | setup.c | 170 [DEC_IRQ_HALT] = -1, 247 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN230_CPU_INR_HALT), 322 [DEC_IRQ_HALT] = -1, 419 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN02BA_CPU_INR_HALT), 520 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN02CA_CPU_INR_HALT), 617 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN03_CPU_INR_HALT), 746 dec_interrupt[DEC_IRQ_HALT] = -1; in arch_init_irq() 773 if (dec_interrupt[DEC_IRQ_HALT] >= 0) { in arch_init_irq() 774 if (request_irq(dec_interrupt[DEC_IRQ_HALT], dec_intr_halt, in arch_init_irq()
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | setup.c | 170 [DEC_IRQ_HALT] = -1, 247 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN230_CPU_INR_HALT), 322 [DEC_IRQ_HALT] = -1, 419 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN02BA_CPU_INR_HALT), 520 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN02CA_CPU_INR_HALT), 617 [DEC_IRQ_HALT] = DEC_CPU_IRQ_NR(KN03_CPU_INR_HALT), 746 dec_interrupt[DEC_IRQ_HALT] = -1; in arch_init_irq() 773 if (dec_interrupt[DEC_IRQ_HALT] >= 0) { in arch_init_irq() 774 if (request_irq(dec_interrupt[DEC_IRQ_HALT], dec_intr_halt, in arch_init_irq()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/dec/ |
H A D | interrupts.h | 34 #define DEC_IRQ_HALT 7 /* HALT button or from ACCESS.Bus */ macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/dec/ |
H A D | interrupts.h | 34 #define DEC_IRQ_HALT 7 /* HALT button or from ACCESS.Bus */ macro
|
Completed in 3 milliseconds