Searched refs:xen_host_pci_get_word (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen-host-pci-device.h | 52 int xen_host_pci_get_word(XenHostPCIDevice *d, int pos, uint16_t *p);
|
H A D | xen_pt_msi.c | 86 rc = xen_host_pci_get_word(&s->real_device, address, &val); in msi_msix_enable() 546 rc = xen_host_pci_get_word(hd, base + PCI_MSIX_FLAGS, &control); in xen_pt_msix_init()
|
H A D | xen_pt_config_init.c | 1081 rc = xen_host_pci_get_word(&s->real_device, real_offset, ®_field); in xen_pt_msgctrl_reg_init() 1474 rc = xen_host_pci_get_word(&s->real_device, real_offset, ®_field); in xen_pt_msixctrl_reg_init() 1672 rc = xen_host_pci_get_word(&s->real_device, base_offset + PCI_MSI_FLAGS, in xen_pt_msi_size_init() 1953 case 2: rc = xen_host_pci_get_word(&s->real_device, offset, (uint16_t *)&val); in xen_pt_config_reg_init()
|
H A D | xen-host-pci-device.c | 314 int xen_host_pci_get_word(XenHostPCIDevice *d, int pos, uint16_t *p) in xen_host_pci_get_word() function
|
H A D | xen_pt.c | 895 rc = xen_host_pci_get_word(&s->real_device, PCI_COMMAND, &val); in xen_pt_realize()
|