Searched refs:pci_exclude_device (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/sysdev/ |
D | indirect_pci.c | 39 if (ppc_md.pci_exclude_device) in indirect_read_config() 40 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in indirect_read_config() 97 if (ppc_md.pci_exclude_device) in indirect_write_config() 98 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in indirect_write_config()
|
D | tsi108_pci.c | 68 if (ppc_md.pci_exclude_device) in tsi108_direct_write_config() 69 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc)) in tsi108_direct_write_config() 155 if (ppc_md.pci_exclude_device) in tsi108_direct_read_config() 156 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in tsi108_direct_read_config()
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pci.c | 113 if (ppc_md.pci_exclude_device) in mpc52xx_pci_read_config() 114 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc52xx_pci_read_config() 170 if (ppc_md.pci_exclude_device) in mpc52xx_pci_write_config() 171 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc52xx_pci_write_config()
|
/arch/powerpc/platforms/82xx/ |
D | pq2.c | 77 ppc_md.pci_exclude_device = pq2_pci_exclude_device; in pq2_init_pci()
|
/arch/powerpc/platforms/86xx/ |
D | mpc86xx_hpcn.c | 89 ppc_md.pci_exclude_device = mpc86xx_exclude_device; in mpc86xx_hpcn_setup_arch()
|
/arch/powerpc/platforms/embedded6xx/ |
D | mpc7448_hpc2.c | 78 ppc_md.pci_exclude_device = mpc7448_hpc2_exclude_device; in mpc7448_hpc2_setup_arch()
|
D | holly.c | 129 ppc_md.pci_exclude_device = holly_exclude_device; in holly_setup_arch()
|
/arch/powerpc/platforms/85xx/ |
D | mpc85xx_ds.c | 176 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_ds_setup_arch()
|
D | mpc85xx_ads.c | 203 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_ads_setup_arch()
|
D | mpc85xx_cds.c | 303 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_cds_setup_arch()
|
/arch/powerpc/include/asm/ |
D | machdep.h | 209 int (*pci_exclude_device)(struct pci_controller *, unsigned char, unsigned char); member
|