Searched refs:phb_id (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/include/asm/ |
D | opal.h | 454 int64_t opal_pci_set_phb_tce_memory(uint64_t phb_id, uint64_t tce_mem_addr, 456 int64_t opal_pci_config_read_byte(uint64_t phb_id, uint64_t bus_dev_func, 458 int64_t opal_pci_config_read_half_word(uint64_t phb_id, uint64_t bus_dev_func, 460 int64_t opal_pci_config_read_word(uint64_t phb_id, uint64_t bus_dev_func, 462 int64_t opal_pci_config_write_byte(uint64_t phb_id, uint64_t bus_dev_func, 464 int64_t opal_pci_config_write_half_word(uint64_t phb_id, uint64_t bus_dev_func, 466 int64_t opal_pci_config_write_word(uint64_t phb_id, uint64_t bus_dev_func, 473 int64_t opal_pci_eeh_freeze_status(uint64_t phb_id, uint64_t pe_number, 477 int64_t opal_pci_eeh_freeze_clear(uint64_t phb_id, uint64_t pe_number, 479 int64_t opal_pci_shpc(uint64_t phb_id, uint64_t shpc_action, uint8_t *state); [all …]
|
/arch/powerpc/platforms/powernv/ |
D | pci-p5ioc2.c | 102 u64 phb_id; in pnv_pci_init_p5ioc2_phb() local 113 phb_id = be64_to_cpup(prop64); in pnv_pci_init_p5ioc2_phb() 114 pr_devel(" PHB-ID : 0x%016llx\n", phb_id); in pnv_pci_init_p5ioc2_phb() 118 rc = opal_pci_set_phb_tce_memory(phb_id, __pa(tce_mem), tce_size); in pnv_pci_init_p5ioc2_phb() 138 phb->opal_id = phb_id; in pnv_pci_init_p5ioc2_phb()
|
D | pci-ioda.c | 1167 u64 phb_id; in pnv_pci_init_ioda1_phb() local 1178 phb_id = be64_to_cpup(prop64); in pnv_pci_init_ioda1_phb() 1179 pr_debug(" PHB-ID : 0x%016llx\n", phb_id); in pnv_pci_init_ioda1_phb() 1197 phb->opal_id = phb_id; in pnv_pci_init_ioda1_phb() 1268 rc = opal_pci_set_phb_mem_window(opal->phb_id, in pnv_pci_init_ioda1_phb() 1312 rc = opal_pci_reset(phb_id, OPAL_PCI_IODA_TABLE_RESET, OPAL_ASSERT_RESET); in pnv_pci_init_ioda1_phb() 1315 opal_pci_set_pe(phb_id, 0, 0, 7, 1, 1 , OPAL_MAP_PE); in pnv_pci_init_ioda1_phb()
|