Searched refs:pci_exclude_device (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/arch/powerpc/sysdev/ |
D | indirect_pci.c | 34 if (ppc_md.pci_exclude_device) in __indirect_read_config() 35 if (ppc_md.pci_exclude_device(hose, bus_number, devfn)) in __indirect_read_config() 100 if (ppc_md.pci_exclude_device) in indirect_write_config() 101 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in indirect_write_config()
|
D | xilinx_pci.c | 125 if (!ppc_md.pci_exclude_device) in xilinx_pci_init() 126 ppc_md.pci_exclude_device = xilinx_pci_exclude_device; in xilinx_pci_init()
|
D | tsi108_pci.c | 54 if (ppc_md.pci_exclude_device) in tsi108_direct_write_config() 55 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc)) in tsi108_direct_write_config() 139 if (ppc_md.pci_exclude_device) in tsi108_direct_read_config() 140 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in tsi108_direct_read_config()
|
D | fsl_pci.c | 695 if (ppc_md.pci_exclude_device) { in mpc83xx_pcie_exclude_device() 696 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc83xx_pcie_exclude_device()
|
/Linux-v5.4/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()
|
/Linux-v5.4/arch/powerpc/platforms/82xx/ |
D | pq2.c | 72 ppc_md.pci_exclude_device = pq2_pci_exclude_device; in pq2_init_pci()
|
/Linux-v5.4/arch/powerpc/platforms/86xx/ |
D | mpc86xx_hpcn.c | 64 ppc_md.pci_exclude_device = mpc86xx_exclude_device; in mpc86xx_hpcn_setup_arch()
|
/Linux-v5.4/arch/powerpc/platforms/embedded6xx/ |
D | mpc7448_hpc2.c | 74 ppc_md.pci_exclude_device = mpc7448_hpc2_exclude_device; in mpc7448_hpc2_setup_arch()
|
D | holly.c | 127 ppc_md.pci_exclude_device = holly_exclude_device; in holly_setup_arch()
|
/Linux-v5.4/arch/powerpc/platforms/85xx/ |
D | mpc85xx_ds.c | 138 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_ds_uli_init()
|
D | mpc85xx_cds.c | 349 ppc_md.pci_exclude_device = mpc85xx_exclude_device; in mpc85xx_cds_setup_arch()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | machdep.h | 153 int (*pci_exclude_device)(struct pci_controller *, unsigned char, unsigned char); member
|