Searched refs:PCIR_MSI_CTRL (Results 1 – 4 of 4) sorted by relevance
45 uint32_t msgctrl = pci_pdev_read_cfg(pbdf, capoff + PCIR_MSI_CTRL, 2U); in enable_disable_msi()52 pci_pdev_write_cfg(pbdf, capoff + PCIR_MSI_CTRL, 2U, msgctrl); in enable_disable_msi()116 msgctrl = pci_vdev_read_vcfg(vdev, vdev->msi.capoff + PCIR_MSI_CTRL, 2U); in write_vmsi_cap_reg()
35 msgctrl = (uint16_t)pci_pdev_read_cfg(pdev->bdf, pdev->msi_capoff + PCIR_MSI_CTRL, 2U); in need_vmsix_on_msi_emulation()
152 #define PCIR_MSI_CTRL 0x02U macro
554 offset = pdev->msi_capoff + PCIR_MSI_CTRL; in config_pci_bridge()
Completed in 7 milliseconds