Searched refs:int_map (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-vr4133.c122 static struct irq_map_entry int_map[] = { variable in typeref:struct:irq_map_entry
147 for (i = 0; i < ARRAY_SIZE(int_map); i++) {
148 if (int_map[i].bus == bus->number && int_map[i].slot == slot) {
151 if (pci_intlines[line] == int_map[i].irq)
156 return int_map[i].irq;

Completed in 52 milliseconds