Home
last modified time | relevance | path

Searched defs:phb (Results 1 – 25 of 31) sorted by relevance

12

/arch/powerpc/platforms/powernv/
A Dpci-ioda.c187 struct pnv_phb *phb = pe->phb; in pnv_ioda_free_pe() local
1210 struct pnv_phb *phb = pe->phb; in pnv_pci_ioda2_tce_invalidate_pe() local
1280 struct pnv_phb *phb = pe->phb; in pnv_pci_ioda2_set_window() local
1459 struct pnv_phb *phb = pe->phb; in pnv_pci_ioda2_unset_window() local
1943 struct pnv_phb *phb = pe->phb; in pnv_ioda_setup_pe_res() local
2035 struct pnv_phb *phb = data; in pnv_pci_diag_data_set() local
2054 struct pnv_phb *phb = data; in pnv_pci_ioda_pe_dump() local
2085 struct pnv_phb *phb; in pnv_pci_ioda_create_dbgfs() local
2339 struct pnv_phb *phb = pe->phb; in pnv_ioda_free_pe_seg() local
2360 struct pnv_phb *phb = pe->phb; in pnv_ioda_release_pe_seg() local
[all …]
A Dpci-sriov.c145 struct pnv_phb *phb = pci_bus_to_pnvhb(pdev->bus); in pnv_pci_ioda_fixup_iov_resources() local
251 struct pnv_phb *phb = pci_bus_to_pnvhb(pdev->bus); in pnv_pci_iov_resource_alignment() local
287 struct pnv_phb *phb; in pnv_pci_vf_release_m64() local
311 static int64_t pnv_ioda_map_m64_segmented(struct pnv_phb *phb, in pnv_ioda_map_m64_segmented()
338 static int64_t pnv_ioda_map_m64_single(struct pnv_phb *phb, in pnv_ioda_map_m64_single()
398 static int pnv_pci_alloc_m64_bar(struct pnv_phb *phb, struct pnv_iov_data *iov) in pnv_pci_alloc_m64_bar()
418 struct pnv_phb *phb; in pnv_pci_vf_assign_m64() local
477 struct pnv_phb *phb; in pnv_ioda_release_vf_PE() local
616 struct pnv_phb *phb; in pnv_ioda_setup_vf_PE() local
678 struct pnv_phb *phb; in pnv_pci_sriov_enable() local
A Deeh-powernv.c108 struct pnv_phb *phb = hose->private_data; in pnv_eeh_dbgfs_set() local
117 struct pnv_phb *phb = hose->private_data; in pnv_eeh_dbgfs_get() local
148 struct pnv_phb *phb; in pnv_eeh_enable_phbs() local
175 struct pnv_phb *phb; in pnv_eeh_post_init() local
296 struct pnv_phb *phb = hose->private_data; in pnv_eeh_get_upstream_pe() local
325 struct pnv_phb *phb = hose->private_data; in pnv_eeh_probe() local
456 struct pnv_phb *phb = hose->private_data; in pnv_eeh_set_option() local
1036 struct pnv_phb *phb; in pnv_eeh_reset() local
1408 struct pnv_phb *phb; in pnv_eeh_next_error() local
1604 struct pnv_phb *phb; in pnv_eeh_restore_config() local
[all …]
A Dpci.c485 static void pnv_pci_handle_eeh_config(struct pnv_phb *phb, u32 pe_no) in pnv_pci_handle_eeh_config()
529 struct pnv_phb *phb = pdn->phb->private_data; in pnv_pci_config_check_eeh() local
585 struct pnv_phb *phb = pdn->phb->private_data; in pnv_pci_cfg_read() local
621 struct pnv_phb *phb = pdn->phb->private_data; in pnv_pci_cfg_write() local
647 struct pnv_phb *phb = pdn->phb->private_data; in pnv_pci_cfg_check() local
678 struct pnv_phb *phb; in pnv_pci_read_config() local
707 struct pnv_phb *phb; in pnv_pci_write_config() local
A Docxl.c165 struct pnv_phb *phb = hose->private_data; in pnv_ocxl_fixup_actag() local
350 struct pnv_phb *phb = hose->private_data; in pnv_ocxl_set_tl_conf() local
437 struct pnv_phb *phb = hose->private_data; in pnv_ocxl_spa_setup() local
484 struct pnv_phb *phb = hose->private_data; in pnv_ocxl_map_lpar() local
A Dpci.h57 struct pnv_phb *phb; member
186 static inline bool pnv_pci_is_m64(struct pnv_phb *phb, struct resource *r) in pnv_pci_is_m64()
A Dpci-ioda-tce.c20 unsigned long pnv_ioda_parse_tce_sizes(struct pnv_phb *phb) in pnv_ioda_parse_tce_sizes()
/arch/powerpc/kernel/
A Dmsi.c14 struct pci_controller *phb = pci_bus_to_host(dev->bus); in arch_setup_msi_irqs() local
31 struct pci_controller *phb = pci_bus_to_host(dev->bus); in arch_teardown_msi_irqs() local
A Dpci-hotplug.c58 struct pci_controller *phb = pci_bus_to_host(dev->bus); in pcibios_release_device() local
141 struct pci_controller *phb; in pci_hp_add_devices() local
A Drtas_pci.c200 unsigned long get_phb_buid(struct device_node *phb) in get_phb_buid()
212 struct pci_controller *phb) in phb_set_bus_ranges()
228 int rtas_setup_phb(struct pci_controller *phb) in rtas_setup_phb()
A Deeh_pe.c47 static struct eeh_pe *eeh_pe_alloc(struct pci_controller *phb, int type) in eeh_pe_alloc()
80 int eeh_phb_pe_create(struct pci_controller *phb) in eeh_phb_pe_create()
158 struct eeh_pe *eeh_phb_pe_get(struct pci_controller *phb) in eeh_phb_pe_get()
287 struct eeh_pe *eeh_pe_get(struct pci_controller *phb, int pe_no) in eeh_pe_get()
A Dpci-common.c126 struct pci_controller *phb; in pcibios_alloc_controller() local
154 void pcibios_free_controller(struct pci_controller *phb) in pcibios_free_controller()
197 struct pci_controller *phb = (struct pci_controller *) in pcibios_free_controller_deferred() local
215 struct pci_controller *phb = pci_bus_to_host(bus); in pcibios_window_alignment() local
238 struct pci_controller *phb = pci_bus_to_host(dev->bus); in pcibios_reset_secondary_bus() local
1036 struct pci_controller *phb; in pcibios_setup_bus_self() local
1056 struct pci_controller *phb; in pcibios_bus_add_device() local
1506 struct pci_controller *phb = pci_bus_to_host(dev->bus); in pcibios_enable_device() local
1517 struct pci_controller *phb = pci_bus_to_host(dev->bus); in pcibios_disable_device() local
A Dpci_64.c283 struct pci_controller *phb = pci_bus_to_host(bus); in pcibus_to_node() local
A Dpci_dn.c467 void pci_devs_phb_init_dynamic(struct pci_controller *phb) in pci_devs_phb_init_dynamic()
A Ddma-iommu.c137 struct pci_controller *phb = pci_bus_to_host(pdev->bus); in dma_iommu_bypass_supported() local
A Dpci_of_scan.c254 struct pci_controller *phb; in of_scan_pci_bridge() local
/arch/powerpc/platforms/pseries/
A Dpci_dlpar.c24 struct pci_controller *phb; in init_phb_dynamic() local
68 int remove_phb_dynamic(struct pci_controller *phb) in remove_phb_dynamic()
A Dmsi.c567 struct pci_controller *phb = domain->host_data; in pseries_irq_domain_alloc() local
604 struct pci_controller *phb = irq_data_get_irq_chip_data(d); in pseries_irq_domain_free() local
616 static int __pseries_msi_allocate_domains(struct pci_controller *phb, in __pseries_msi_allocate_domains()
650 int pseries_msi_allocate_domains(struct pci_controller *phb) in pseries_msi_allocate_domains()
663 void pseries_msi_free_domains(struct pci_controller *phb) in pseries_msi_free_domains()
A Deeh_pseries.c104 struct pci_controller *phb = pdn->phb; in pseries_eeh_get_pe_config_addr() local
162 static int pseries_eeh_phb_reset(struct pci_controller *phb, int config_addr, int option) in pseries_eeh_phb_reset()
197 static int pseries_eeh_phb_configure_bridge(struct pci_controller *phb, int config_addr) in pseries_eeh_phb_configure_bridge()
852 struct pci_controller *phb; in eeh_pseries_init() local
/arch/powerpc/include/asm/
A Dppc-pci.h38 static inline void ppc_iommu_register_device(struct pci_controller *phb) { } in ppc_iommu_register_device()
39 static inline void ppc_iommu_unregister_device(struct pci_controller *phb) { } in ppc_iommu_unregister_device()
/arch/powerpc/platforms/pasemi/
A Dmsi.c137 struct pci_controller *phb; in mpic_pasemi_msi_init() local
/arch/powerpc/platforms/amigaone/
A Dsetup.c77 int phb = -ENODEV; in amigaone_discover_phbs() local
/arch/powerpc/sysdev/
A Dmpic_u3msi.c176 struct pci_controller *phb; in mpic_u3msi_init() local
A Dfsl_msi.c402 struct pci_controller *phb; in fsl_of_msi_probe() local
/arch/powerpc/platforms/44x/
A Dhsta_msi.c127 struct pci_controller *phb; in hsta_msi_probe() local

Completed in 58 milliseconds

12