Searched defs:irqmap (Results 1 - 2 of 2) sorted by relevance

/arch/m68k/coldfire/
H A Dintc-5272.c38 struct irqmap { struct
44 static struct irqmap intc_irqmap[MCFINT_VECMAX - MCFINT_VECBASE] = {
/arch/x86/pci/
H A Dirq.c201 static const unsigned char irqmap[16] = { 0, 9, 3, 10, 4, 5, 7, 6, 1, 11, 0, 12, 0, 14, 0, 15 }; local
204 return irqmap[read_config_nybble(router, 0x48, pirq-1)];
209 static const unsigned char irqmap[16] = { 0, 8, 0, 2, 4, 5, 7, 6, 0, 1, 3, 9, 11, 0, 13, 15 }; local
210 unsigned int val = irqmap[irq];

Completed in 53 milliseconds