Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-pci.c31 int irqstore[MAX_PCI_BUSSES][MAX_DEVICES_PER_PCIBUS]; variable
198 if (irqstore[dev->bus->number][slot]) in pci_map_irq()
199 return irqstore[dev->bus->number][slot]; in pci_map_irq()
203 irqstore[dev->bus->number][slot] = lastirq; in pci_map_irq()