Searched refs:opal_id (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 510 rc = opal_pci_eeh_freeze_set(phb->opal_id, pe->addr, opt); in pnv_eeh_set_option() 525 rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe->addr, opt); in pnv_eeh_set_option() 553 rc = opal_pci_get_phb_diag_data2(phb->opal_id, pe->data, in pnv_eeh_get_phb_diag() 568 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_eeh_get_phb_state() 628 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_eeh_get_pe_state() 740 rc = opal_pci_poll(phb->opal_id); in pnv_eeh_phb_poll() 764 rc = opal_pci_reset(phb->opal_id, in pnv_eeh_phb_reset() 768 rc = opal_pci_reset(phb->opal_id, in pnv_eeh_phb_reset() 808 rc = opal_pci_reset(phb->opal_id, in pnv_eeh_root_reset() 812 rc = opal_pci_reset(phb->opal_id, in pnv_eeh_root_reset() [all …]
|
D | pci-ioda.c | 183 rc = opal_pci_set_phb_mem_window(phb->opal_id, in pnv_ioda2_init_m64() 195 rc = opal_pci_phb_mmio_enable(phb->opal_id, in pnv_ioda2_init_m64() 225 opal_pci_phb_mmio_enable(phb->opal_id, in pnv_ioda2_init_m64() 396 rc = opal_pci_eeh_freeze_set(phb->opal_id, in pnv_ioda_freeze_pe() 410 rc = opal_pci_eeh_freeze_set(phb->opal_id, in pnv_ioda_freeze_pe() 434 rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, opt); in pnv_ioda_unfreeze_pe() 446 rc = opal_pci_eeh_freeze_clear(phb->opal_id, in pnv_ioda_unfreeze_pe() 483 rc = opal_pci_eeh_freeze_status(phb->opal_id, pe_no, in pnv_ioda_get_pe_state() 498 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_ioda_get_pe_state() 552 rc = opal_pci_set_peltv(phb->opal_id, parent->pe_number, in pnv_ioda_set_one_peltv() [all …]
|
D | pci.c | 336 rc = opal_pci_get_phb_diag_data2(phb->opal_id, phb->diag.blob, in pnv_pci_handle_eeh_config() 346 rc = opal_pci_eeh_freeze_clear(phb->opal_id, in pnv_pci_handle_eeh_config() 398 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_pci_config_check_eeh() 438 rc = opal_pci_config_read_byte(phb->opal_id, bdfn, where, &v8); in pnv_pci_cfg_read() 444 rc = opal_pci_config_read_half_word(phb->opal_id, bdfn, where, in pnv_pci_cfg_read() 451 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); in pnv_pci_cfg_read() 474 opal_pci_config_write_byte(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write() 477 opal_pci_config_write_half_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write() 480 opal_pci_config_write_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write()
|
D | pci-p5ioc2.c | 104 pci_domain_nr(phb->hose->bus), phb->opal_id); in pnv_pci_p5ioc2_dma_dev_setup() 164 phb->opal_id = phb_id; in pnv_pci_init_p5ioc2_phb()
|
D | pci.h | 88 u64 opal_id; member
|