Searched refs:phb_id (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | opal.h | 55 int64_t opal_pci_set_phb_tce_memory(uint64_t phb_id, uint64_t tce_mem_addr, 57 int64_t opal_pci_config_read_byte(uint64_t phb_id, uint64_t bus_dev_func, 59 int64_t opal_pci_config_read_half_word(uint64_t phb_id, uint64_t bus_dev_func, 61 int64_t opal_pci_config_read_word(uint64_t phb_id, uint64_t bus_dev_func, 63 int64_t opal_pci_config_write_byte(uint64_t phb_id, uint64_t bus_dev_func, 65 int64_t opal_pci_config_write_half_word(uint64_t phb_id, uint64_t bus_dev_func, 67 int64_t opal_pci_config_write_word(uint64_t phb_id, uint64_t bus_dev_func, 74 int64_t opal_pci_eeh_freeze_status(uint64_t phb_id, uint64_t pe_number, 78 int64_t opal_pci_eeh_freeze_clear(uint64_t phb_id, uint64_t pe_number, 80 int64_t opal_pci_eeh_freeze_set(uint64_t phb_id, uint64_t pe_number, [all …]
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci-p5ioc2.c | 127 u64 phb_id; in pnv_pci_init_p5ioc2_phb() local 140 phb_id = be64_to_cpup(prop64); in pnv_pci_init_p5ioc2_phb() 141 pr_devel(" PHB-ID : 0x%016llx\n", phb_id); in pnv_pci_init_p5ioc2_phb() 145 rc = opal_pci_set_phb_tce_memory(phb_id, __pa(tce_mem), tce_size); in pnv_pci_init_p5ioc2_phb() 164 phb->opal_id = phb_id; in pnv_pci_init_p5ioc2_phb()
|
D | pci-ioda.c | 3059 u64 phb_id; in pnv_pci_init_ioda_phb() local 3070 phb_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_phb() 3071 pr_debug(" PHB-ID : 0x%016llx\n", phb_id); in pnv_pci_init_ioda_phb() 3096 phb->opal_id = phb_id; in pnv_pci_init_ioda_phb() 3164 rc = opal_pci_set_phb_mem_window(opal->phb_id, in pnv_pci_init_ioda_phb() 3215 rc = opal_pci_reset(phb_id, OPAL_RESET_PCI_IODA_TABLE, OPAL_ASSERT_RESET); in pnv_pci_init_ioda_phb()
|