Home
last modified time | relevance | path

Searched refs:BONITO_ISA_IRQ (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/evbmips/loongson/
H A Dyeeloong_machdep.c339 *ihp = BONITO_ISA_IRQ(6); in lemote_intr_map()
342 *ihp = BONITO_ISA_IRQ(9); in lemote_intr_map()
346 *ihp = BONITO_ISA_IRQ(11); in lemote_intr_map()
375 ih = evbmips_intr_establish(BONITO_ISA_IRQ(irq), handler, arg); in lemote_isa_intr_establish()
401 return (&bonito_intrhead[BONITO_ISA_IRQ(irq)].intr_count); in lemote_isa_intr_evcnt()
410 return loongson_intr_string(&lemote_bonito, BONITO_ISA_IRQ(irq), buf, in lemote_isa_intr_string()
453 &bonito_intrhead[BONITO_ISA_IRQ(bitno)].intrhand_head, in lemote_isa_intr()
457 bonito_intrhead[BONITO_ISA_IRQ(bitno)].intr_count.ev_count++; in lemote_isa_intr()
H A Dgeneric2e_machdep.c209 *ihp = BONITO_ISA_IRQ(VIA686_IRQ_PCIB); in generic2e_intr_map()
212 *ihp = BONITO_ISA_IRQ(VIA686_IRQ_PCIC); in generic2e_intr_map()
217 *ihp = BONITO_ISA_IRQ(VIA686_IRQ_PCIA); in generic2e_intr_map()
251 ih = evbmips_intr_establish(BONITO_ISA_IRQ(irq), handler, arg); in generic2e_isa_intr_establish()
274 return (&bonito_intrhead[BONITO_ISA_IRQ(irq)].intr_count); in generic2e_isa_intr_evcnt()
325 &bonito_intrhead[BONITO_ISA_IRQ(irq)].intrhand_head, in generic2e_isa_intr()
330 bonito_intrhead[BONITO_ISA_IRQ(irq)].intr_count.ev_count++; in generic2e_isa_intr()
H A Dloongson_intr.c128 i = BONITO_ISA_IRQ(irq); in evbmips_intr_init()
/netbsd/sys/arch/mips/bonito/
H A Dbonitoreg.h523 #define BONITO_ISA_IRQ(i) ((i) + BONITO_NDIRECT) macro