Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/sysdev/
H A 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()
H A 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()
H A Dfsl_pci.c709 if (ppc_md.pci_exclude_device) { in mpc83xx_pcie_exclude_device()
710 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc83xx_pcie_exclude_device()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A 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()
/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dholly.c128 ppc_md.pci_exclude_device = holly_exclude_device; in holly_init_pci()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmachdep.h146 int (*pci_exclude_device)(struct pci_controller *, unsigned char, unsigned char); member
/openbmc/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c375 ppc_md.pci_exclude_device = uli_exclude_device; in uli_init()