Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_IBM (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/pci/
H A Dpci_ids.h176 #define PCI_VENDOR_ID_IBM 0x1014 macro
/qemu/include/hw/acpi/
H A Dtpm.h131 #define TPM_TIS_TPM_VID PCI_VENDOR_ID_IBM
/qemu/hw/tpm/
H A Dtpm_crb.c269 VID, PCI_VENDOR_ID_IBM); in tpm_crb_reset()
/qemu/hw/pci-host/
H A Dpnv_phb.c327 k->vendor_id = PCI_VENDOR_ID_IBM; in pnv_phb_root_port_class_init()
H A Dppc4xx_pci.c358 k->vendor_id = PCI_VENDOR_ID_IBM; in ppc4xx_host_bridge_class_init()
/qemu/tests/qtest/
H A Dtpm-tis-i2c-test.c183 g_assert_cmpint(didvid, ==, (1 << 16) | PCI_VENDOR_ID_IBM); in tpm_tis_i2c_test_check_localities()