Searched refs:opal_id (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/i2c/busses/ |
H A D | i2c-opal.c | 76 unsigned long opal_id = (unsigned long)adap->algo_data; in i2c_opal_xfer() local 105 rc = i2c_opal_send_request(opal_id, &req); in i2c_opal_xfer() 116 unsigned long opal_id = (unsigned long)adap->algo_data; in i2c_opal_smbus_xfer() local 165 rc = i2c_opal_send_request(opal_id, &req); in i2c_opal_smbus_xfer() 200 u32 opal_id; in i2c_opal_probe() local 206 rc = of_property_read_u32(pdev->dev.of_node, "ibm,opal-id", &opal_id); in i2c_opal_probe() 217 adapter->algo_data = (void *)(unsigned long)opal_id; in i2c_opal_probe()
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-sriov.c | 294 opal_pci_phb_mmio_enable(phb->opal_id, in pnv_pci_vf_release_m64() 318 rc = opal_pci_set_phb_mem_window(phb->opal_id, in pnv_ioda_map_m64_segmented() 327 rc = opal_pci_phb_mmio_enable(phb->opal_id, in pnv_ioda_map_m64_segmented() 363 rc = opal_pci_map_pe_mmio_window(phb->opal_id, in pnv_ioda_map_m64_single() 374 rc = opal_pci_set_phb_mem_window(phb->opal_id, in pnv_ioda_map_m64_single() 387 rc = opal_pci_phb_mmio_enable(phb->opal_id, in pnv_ioda_map_m64_single()
|
H A D | pci.c | 493 rc = opal_pci_get_phb_diag_data2(phb->opal_id, phb->diag_data, in pnv_pci_handle_eeh_config() 503 rc = opal_pci_eeh_freeze_clear(phb->opal_id, in pnv_pci_handle_eeh_config() 552 rc = opal_pci_eeh_freeze_status(phb->opal_id, in pnv_pci_config_check_eeh() 592 rc = opal_pci_config_read_byte(phb->opal_id, bdfn, where, &v8); in pnv_pci_cfg_read() 598 rc = opal_pci_config_read_half_word(phb->opal_id, bdfn, where, in pnv_pci_cfg_read() 605 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); in pnv_pci_cfg_read() 628 opal_pci_config_write_byte(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write() 631 opal_pci_config_write_half_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write() 634 opal_pci_config_write_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write()
|
H A D | pci.h | 113 u64 opal_id; member
|