Searched refs:pci_dn (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/kernel/ |
D | pci_dn.c | 35 struct pci_dn *pci_get_pdn(struct pci_dev *pdev) in pci_get_pdn() 52 struct pci_dn *pdn; in update_dn_pci_info() 145 struct pci_dn *pdn; in pci_devs_phb_init_dynamic()
|
D | rtas_pci.c | 49 static inline int config_access_valid(struct pci_dn *dn, int where) in config_access_valid() 59 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val) in rtas_read_config() 96 struct pci_dn *pdn; in rtas_pci_read_config() 123 int rtas_write_config(struct pci_dn *pdn, int where, int size, u32 val) in rtas_write_config() 158 struct pci_dn *pdn; in rtas_pci_write_config()
|
D | Makefile | 107 pci64-$(CONFIG_PPC64) += pci_dn.o pci-hotplug.o isa-bridge.o
|
D | eeh_driver.c | 87 static void print_device_node_tree(struct pci_dn *pdn, int dent)
|
/arch/powerpc/include/asm/ |
D | ppc-pci.h | 57 int rtas_write_config(struct pci_dn *, int where, int size, u32 val); 58 int rtas_read_config(struct pci_dn *, int where, int size, u32 *val);
|
D | pci-bridge.h | 152 struct pci_dn { struct 173 #define PCI_DN(dn) ((struct pci_dn *) (dn)->data) 175 extern struct pci_dn *pci_get_pdn(struct pci_dev *pdev);
|
/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 123 struct pci_dn *pdn = PCI_DN(dn); in pseries_eeh_cap_start() 139 struct pci_dn *pdn = PCI_DN(dn); in pseries_eeh_find_cap() 165 struct pci_dn *pdn = PCI_DN(dn); in pseries_eeh_find_ecap() 206 struct pci_dn *pdn = PCI_DN(dn); in pseries_eeh_of_probe() 703 struct pci_dn *pdn; in pseries_eeh_read_config() 721 struct pci_dn *pdn; in pseries_eeh_write_config()
|
D | msi.c | 32 static int rtas_change_msi(struct pci_dn *pdn, u32 func, u32 num_irqs) in rtas_change_msi() 73 struct pci_dn *pdn; in rtas_disable_msi() 93 static int rtas_query_irq_number(struct pci_dn *pdn, int offset) in rtas_query_irq_number() 133 struct pci_dn *pdn; in check_req() 379 struct pci_dn *pdn; in rtas_setup_msi_irqs()
|
D | pci_dlpar.c | 58 struct pci_dn *pdn = dn->data; in pcibios_find_pci_bus()
|
D | iommu.c | 554 struct pci_dn *pci; in pci_dma_bus_setup_pSeries() 633 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() 829 struct pci_dn *pdn; in query_ddw() 858 struct pci_dn *pdn; in create_ddw() 1078 struct pci_dn *pci; in pci_dma_dev_setup_pSeriesLP() 1258 struct pci_dn *pci = PCI_DN(np); in iommu_reconfig_notifier()
|
D | setup.c | 257 struct pci_dn *pci = NULL; in pci_dn_reconfig_notifier()
|
/arch/powerpc/platforms/powernv/ |
D | pci.c | 433 struct pci_dn *pdn = PCI_DN(dn); in pnv_pci_cfg_read() 470 struct pci_dn *pdn = PCI_DN(dn); in pnv_pci_cfg_write() 530 struct pci_dn *pdn; in pnv_pci_read_config() 565 struct pci_dn *pdn; in pnv_pci_write_config() 720 struct pci_dn *pdn; in pnv_pci_dma_fallback_setup()
|
D | pci.h | 4 struct pci_dn;
|
D | pci-ioda.c | 500 struct pci_dn *pdn = pci_get_pdn(dev); in pnv_ioda_get_pe() 573 struct pci_dn *pdn = pci_get_pdn(parent); in pnv_ioda_configure_pe() 652 struct pci_dn *pdn = pci_get_pdn(dev); 723 struct pci_dn *pdn = pci_get_pdn(dev); in pnv_ioda_setup_same_PE() 849 struct pci_dn *pdn = pci_get_pdn(pdev); in pnv_pci_ioda_dma_dev_setup() 868 struct pci_dn *pdn = pci_get_pdn(pdev); in pnv_pci_ioda_dma_set_mask() 898 struct pci_dn *pdn = pci_get_pdn(pdev); in pnv_pci_ioda_dma_get_required_mask() 1786 struct pci_dn *pdn; in pnv_pci_enable_device_hook()
|