Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/sysdev/
Dindirect_pci.c33 if (ppc_md.pci_exclude_device) in __indirect_read_config()
34 if (ppc_md.pci_exclude_device(hose, bus_number, devfn)) in __indirect_read_config()
99 if (ppc_md.pci_exclude_device) in indirect_write_config()
100 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in indirect_write_config()
Dtsi108_pci.c55 if (ppc_md.pci_exclude_device) in tsi108_direct_write_config()
56 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc)) in tsi108_direct_write_config()
140 if (ppc_md.pci_exclude_device) in tsi108_direct_read_config()
141 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in tsi108_direct_read_config()
Dfsl_pci.c704 if (ppc_md.pci_exclude_device) { in mpc83xx_pcie_exclude_device()
705 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc83xx_pcie_exclude_device()
/linux-5.19.10/arch/powerpc/platforms/52xx/
Dmpc52xx_pci.c114 if (ppc_md.pci_exclude_device) in mpc52xx_pci_read_config()
115 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc52xx_pci_read_config()
171 if (ppc_md.pci_exclude_device) in mpc52xx_pci_write_config()
172 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc52xx_pci_write_config()
/linux-5.19.10/arch/powerpc/platforms/82xx/
Dpq2.c75 ppc_md.pci_exclude_device = pq2_pci_exclude_device; in pq2_init_pci()
/linux-5.19.10/arch/powerpc/platforms/86xx/
Dmpc86xx_hpcn.c63 ppc_md.pci_exclude_device = mpc86xx_exclude_device; in mpc86xx_hpcn_setup_arch()
/linux-5.19.10/arch/powerpc/platforms/embedded6xx/
Dmpc7448_hpc2.c72 ppc_md.pci_exclude_device = mpc7448_hpc2_exclude_device; in mpc7448_hpc2_setup_pci()
Dholly.c126 ppc_md.pci_exclude_device = holly_exclude_device; in holly_init_pci()
/linux-5.19.10/arch/powerpc/platforms/85xx/
Dmpc85xx_ds.c138 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_ds_uli_init()
Dmpc85xx_cds.c347 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_cds_setup_arch()
/linux-5.19.10/arch/powerpc/include/asm/
Dmachdep.h146 int (*pci_exclude_device)(struct pci_controller *, unsigned char, unsigned char); member