Lines Matching +full:bus +full:- +full:specific
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * fixup-tb0287.c, The TANBAC TB0287 specific PCI fixups.
5 * Copyright (C) 2005 Yoichi Yuasa <yuasa@linux-mips.org>
14 unsigned char bus; in pcibios_map_irq() local
15 int irq = -1; in pcibios_map_irq()
17 bus = dev->bus->number; in pcibios_map_irq()
18 if (bus == 0) { in pcibios_map_irq()
29 } else if (bus == 1) { in pcibios_map_irq()
30 switch (PCI_SLOT(dev->devfn)) { in pcibios_map_irq()
41 } else if (bus > 1) { in pcibios_map_irq()
48 /* Do platform specific device initialization at pci_enable_device() time */