Home
last modified time | relevance | path

Searched refs:SNI_A20R_IRQ_BASE (Results 1 – 2 of 2) sorted by relevance

/arch/mips/sni/
Da20r.c183 set_c0_status(0x100 << (d->irq - SNI_A20R_IRQ_BASE)); in unmask_a20r_irq()
189 clear_c0_status(0x100 << (d->irq - SNI_A20R_IRQ_BASE)); in mask_a20r_irq()
213 do_IRQ(SNI_A20R_IRQ_BASE + irq - 1); in a20r_hwint()
221 for (i = SNI_A20R_IRQ_BASE + 2 ; i < SNI_A20R_IRQ_BASE + 8; i++) in sni_a20r_irq_init()
225 setup_irq(SNI_A20R_IRQ_BASE + 3, &sni_isa_irq); in sni_a20r_irq_init()
/arch/mips/include/asm/
Dsni.h144 #define SNI_A20R_IRQ_BASE MIPS_CPU_IRQ_BASE macro
145 #define SNI_A20R_IRQ_TIMER (SNI_A20R_IRQ_BASE+5)