Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c843 if (xen_host_pci_get_byte(&s->real_device, offset + PCI_EXP_FLAGS, &flag)) { in get_capability_version()
853 if (xen_host_pci_get_byte(&s->real_device, offset + PCI_EXP_FLAGS, &flag)) { in get_device_type()
907 rc = xen_host_pci_get_byte(&s->real_device, in xen_pt_linkctrl2_reg_init()
1589 return xen_host_pci_get_byte(&s->real_device, base_offset + 0x02, size); in xen_pt_vendor_size_init()
1831 rc = xen_host_pci_get_byte(&s->real_device, real_offset, &reg_field); in xen_pt_ptr_reg_init()
1843 rc = xen_host_pci_get_byte(&s->real_device, in xen_pt_ptr_reg_init()
1860 rc = xen_host_pci_get_byte(&s->real_device, in xen_pt_ptr_reg_init()
1884 if (xen_host_pci_get_byte(&s->real_device, PCI_STATUS, &status)) { in find_cap_offset()
1892 if (xen_host_pci_get_byte(&s->real_device, pos, &pos)) { in find_cap_offset()
1900 if (xen_host_pci_get_byte(&s->real_device, in find_cap_offset()
[all …]
H A Dxen-host-pci-device.h51 int xen_host_pci_get_byte(XenHostPCIDevice *d, int pos, uint8_t *p);
H A Dxen_pt.h306 xen_host_pci_get_byte(&s->real_device, PCI_INTERRUPT_PIN, &v); in xen_pt_pci_read_intx()
H A Dxen-host-pci-device.c304 int xen_host_pci_get_byte(XenHostPCIDevice *d, int pos, uint8_t *p) in xen_host_pci_get_byte() function
H A Dxen_pt_msi.c536 rc = xen_host_pci_get_byte(hd, base + PCI_CAP_LIST_ID, &id); in xen_pt_msix_init()
H A Dxen_pt.c833 rc = xen_host_pci_get_byte(&s->real_device, PCI_INTERRUPT_PIN, &scratch); in xen_pt_realize()