Searched refs:opal_id (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | eeh-ioda.c | 283 rc = opal_pci_eeh_freeze_set(phb->opal_id, in ioda_eeh_set_option() 298 rc = opal_pci_eeh_freeze_clear(phb->opal_id, in ioda_eeh_set_option() 319 rc = opal_pci_get_phb_diag_data2(phb->opal_id, pe->data, in ioda_eeh_phb_diag() 334 rc = opal_pci_eeh_freeze_status(phb->opal_id, in ioda_eeh_get_phb_state() 391 rc = opal_pci_eeh_freeze_status(phb->opal_id, in ioda_eeh_get_pe_state() 492 rc = opal_pci_poll(phb->opal_id); in ioda_eeh_phb_poll() 516 rc = opal_pci_reset(phb->opal_id, in ioda_eeh_phb_reset() 520 rc = opal_pci_reset(phb->opal_id, in ioda_eeh_phb_reset() 560 rc = opal_pci_reset(phb->opal_id, in ioda_eeh_root_reset() 564 rc = opal_pci_reset(phb->opal_id, in ioda_eeh_root_reset() [all …]
|
D | pci-ioda.c | 126 rc = opal_pci_set_phb_mem_window(phb->opal_id, in pnv_ioda2_init_m64() 138 rc = opal_pci_phb_mmio_enable(phb->opal_id, in pnv_ioda2_init_m64() 168 opal_pci_phb_mmio_enable(phb->opal_id, in pnv_ioda2_init_m64() 366 rc = opal_pci_eeh_freeze_set(phb->opal_id, in pnv_ioda_freeze_pe() 380 rc = opal_pci_eeh_freeze_set(phb->opal_id, in pnv_ioda_freeze_pe() 404 rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, opt); in pnv_ioda_unfreeze_pe() 416 rc = opal_pci_eeh_freeze_clear(phb->opal_id, in pnv_ioda_unfreeze_pe() 453 rc = opal_pci_eeh_freeze_status(phb->opal_id, pe_no, in pnv_ioda_get_pe_state() 468 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_ioda_get_pe_state() 557 rc = opal_pci_set_pe(phb->opal_id, pe->pe_number, pe->rid, in pnv_ioda_configure_pe() [all …]
|
D | pci.c | 337 rc = opal_pci_get_phb_diag_data2(phb->opal_id, phb->diag.blob, in pnv_pci_handle_eeh_config() 347 rc = opal_pci_eeh_freeze_clear(phb->opal_id, in pnv_pci_handle_eeh_config() 399 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_pci_config_check_eeh() 441 rc = opal_pci_config_read_byte(phb->opal_id, bdfn, where, &v8); in pnv_pci_cfg_read() 447 rc = opal_pci_config_read_half_word(phb->opal_id, bdfn, where, in pnv_pci_cfg_read() 454 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); in pnv_pci_cfg_read() 478 opal_pci_config_write_byte(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write() 481 opal_pci_config_write_half_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write() 484 opal_pci_config_write_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write()
|
D | pci-p5ioc2.c | 92 pci_domain_nr(phb->hose->bus), phb->opal_id); in pnv_pci_p5ioc2_dma_dev_setup() 140 phb->opal_id = phb_id; in pnv_pci_init_p5ioc2_phb()
|
D | pci.h | 101 u64 opal_id; member
|
D | eeh-powernv.c | 471 ret = opal_pci_reinit(phb->opal_id, in pnv_eeh_restore_config()
|