Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dindirect_pci.c40 if (ppc_md.pci_exclude_device) \
41 if (ppc_md.pci_exclude_device(dev->bus->number, dev->devfn)) \
Dppc405_pci.c213 ppc_md.pci_exclude_device = ppc4xx_exclude_device; in ppc4xx_find_bridges()
/linux-2.4.37.9/include/asm-ppc/
Dmachdep.h93 int (*pci_exclude_device)(unsigned char, unsigned char); member