Searched refs:pci_dn (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/arch/powerpc/kernel/ |
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() 100 struct pci_dn *pdn = PCI_DN(dn); in rtas_pci_read_config() 109 int rtas_write_config(struct pci_dn *pdn, int where, int size, u32 val) in rtas_write_config() 144 struct pci_dn *pdn = PCI_DN(dn); in rtas_pci_write_config()
|
D | pci_dn.c | 45 struct pci_dn *pdn; in update_dn_pci_info() 135 struct pci_dn *pdn; in pci_devs_phb_init_dynamic()
|
D | Makefile | 103 pci64-$(CONFIG_PPC64) += pci_dn.o isa-bridge.o
|
/linux-3.4.99/arch/powerpc/platforms/pseries/ |
D | msi.c | 28 static struct pci_dn *get_pdn(struct pci_dev *pdev) in get_pdn() 31 struct pci_dn *pdn; in get_pdn() 50 static int rtas_change_msi(struct pci_dn *pdn, u32 func, u32 num_irqs) in rtas_change_msi() 90 struct pci_dn *pdn; in rtas_disable_msi() 110 static int rtas_query_irq_number(struct pci_dn *pdn, int offset) in rtas_query_irq_number() 150 struct pci_dn *pdn; in check_req() 392 struct pci_dn *pdn; in rtas_setup_msi_irqs()
|
D | eeh_pseries.c | 516 struct pci_dn *pdn; in pseries_eeh_read_config() 534 struct pci_dn *pdn; in pseries_eeh_write_config()
|
D | pci_dlpar.c | 58 struct pci_dn *pdn = dn->data; in pcibios_find_pci_bus()
|
D | iommu.c | 546 struct pci_dn *pci; in pci_dma_bus_setup_pSeries() 624 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() 1031 struct pci_dn *pci; in pci_dma_dev_setup_pSeriesLP() 1210 struct pci_dn *pci = PCI_DN(np); in iommu_reconfig_notifier()
|
D | eeh_driver.c | 87 static void print_device_node_tree(struct pci_dn *pdn, int dent)
|
D | setup.c | 257 struct pci_dn *pci = NULL; in pci_dn_reconfig_notifier()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | ppc-pci.h | 58 int rtas_write_config(struct pci_dn *, int where, int size, u32 val); 59 int rtas_read_config(struct pci_dn *, int where, int size, u32 *val);
|
D | pci-bridge.h | 146 struct pci_dn { struct 167 #define PCI_DN(dn) ((struct pci_dn *) (dn)->data)
|
/linux-3.4.99/arch/powerpc/platforms/powernv/ |
D | pci.h | 4 struct pci_dn;
|
D | pci-ioda.c | 348 static struct pci_dn *pnv_ioda_get_pdn(struct pci_dev *dev) in pnv_ioda_get_pdn() 362 struct pci_dn *pdn = pnv_ioda_get_pdn(dev); in pnv_ioda_setup_pe_segments() 555 struct pci_dn *pdn = pnv_ioda_get_pdn(dev); in __pnv_ioda_get_one_pe() 638 struct pci_dn *pdn = pnv_ioda_get_pdn(parent); in pnv_ioda_configure_pe() 716 struct pci_dn *pdn = pnv_ioda_get_pdn(dev); in pnv_ioda_setup_dev_PE() 786 struct pci_dn *pdn = pnv_ioda_get_pdn(dev); in pnv_ioda_setup_same_PE() 1157 struct pci_dn *pdn = pnv_ioda_get_pdn(dev); in pnv_pci_enable_device_hook()
|
D | pci.c | 499 struct pci_dn *pdn; in pnv_pci_dma_fallback_setup()
|
/linux-3.4.99/drivers/pci/hotplug/ |
D | rpadlpar_core.c | 145 struct pci_dn *pdn = PCI_DN(dn); in dlpar_pci_add_bus() 214 struct pci_dn *pdn; in dlpar_remove_phb()
|