Searched refs:pci_exclude_device (Results 1 - 25 of 35) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dindirect_pci.c37 if (ppc_md.pci_exclude_device)
38 if (ppc_md.pci_exclude_device(bus->number, devfn))
76 if (ppc_md.pci_exclude_device)
77 if (ppc_md.pci_exclude_device(bus->number, devfn))
H A Dfsl_pcie.c41 if (ppc_md.pci_exclude_device)
42 if (ppc_md.pci_exclude_device(bus->number, devfn))
92 if (ppc_md.pci_exclude_device)
93 if (ppc_md.pci_exclude_device(bus->number, devfn))
H A Dtsi108_pci.c68 if (ppc_md.pci_exclude_device)
69 if (ppc_md.pci_exclude_device(bus->number, devfunc))
154 if (ppc_md.pci_exclude_device)
155 if (ppc_md.pci_exclude_device(bus->number, devfn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dmpc8313_rdb.c54 ppc_md.pci_exclude_device = mpc83xx_exclude_device;
H A Dmpc834x_itx.c64 ppc_md.pci_exclude_device = mpc83xx_exclude_device;
H A Dmpc832x_rdb.c58 ppc_md.pci_exclude_device = mpc83xx_exclude_device;
H A Dmpc832x_mds.c84 ppc_md.pci_exclude_device = mpc83xx_exclude_device;
H A Dmpc834x_mds.c134 ppc_md.pci_exclude_device = mpc83xx_exclude_device;
H A Dmpc836x_mds.c90 ppc_md.pci_exclude_device = mpc83xx_exclude_device;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc52xx_pci.c34 if (ppc_md.pci_exclude_device)
35 if (ppc_md.pci_exclude_device(bus->number, devfn))
87 if (ppc_md.pci_exclude_device)
88 if (ppc_md.pci_exclude_device(bus->number, devfn))
H A Dm8260_pci_erratum9.c365 if (ppc_md.pci_exclude_device)
366 if (ppc_md.pci_exclude_device(pbus->number, devfn))
397 if (ppc_md.pci_exclude_device)
398 if (ppc_md.pci_exclude_device(pbus->number, devfn))
H A Dppc405_pci.c166 ppc_md.pci_exclude_device = ppc4xx_exclude_device;
H A Dm82xx_pci.c377 ppc_md.pci_exclude_device = pq2pci_exclude_device;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c114 if (ppc_md.pci_exclude_device)
115 if (ppc_md.pci_exclude_device(bus->number, devfn))
169 if (ppc_md.pci_exclude_device)
170 if (ppc_md.pci_exclude_device(bus->number, devfn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmachdep.h107 int (*pci_exclude_device)(unsigned char, unsigned char); member in struct:machdep_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dmpc7448_hpc2.c86 ppc_md.pci_exclude_device = mpc7448_hpc2_exclude_device;
H A Dholly.c142 ppc_md.pci_exclude_device = holly_exclude_device;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpowerpmc250.c296 ppc_md.pci_exclude_device = powerpmc250_exclude_device;
H A Dcpci690.c165 ppc_md.pci_exclude_device = mv64x60_pci_exclude_device;
H A Dprpmc800.c201 ppc_md.pci_exclude_device = prpmc_exclude_device;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h221 int (*pci_exclude_device)(unsigned char, unsigned char); member in struct:machdep_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx_ads.c245 ppc_md.pci_exclude_device = mpc85xx_exclude_device;
H A Dmpc85xx_cds.c263 ppc_md.pci_exclude_device = mpc85xx_exclude_device;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx_hpcn.c369 ppc_md.pci_exclude_device = mpc86xx_exclude_device;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dbamboo.c278 ppc_md.pci_exclude_device = bamboo_exclude_device;

Completed in 116 milliseconds

12