Home
last modified time | relevance | path

Searched refs:PCI_MSI_DATA_64 (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/pci/
H A Dmsi.c110 return dev->msi_cap + (msi64bit ? PCI_MSI_DATA_64 : PCI_MSI_DATA_32); in msi_data_off()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h319 #define PCI_MSI_DATA_64 0x0c /* 16 bits of data for 64-bit devices */ macro
/qemu/tests/qtest/
H A Dahci-test.c445 dataw = qpci_config_readw(ahci->dev, offset + PCI_MSI_DATA_64); in ahci_test_msicap()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1402 .offset = PCI_MSI_DATA_64,