Searched refs:xen_host_pci_get_byte (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 843 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, ®_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 D | xen-host-pci-device.h | 51 int xen_host_pci_get_byte(XenHostPCIDevice *d, int pos, uint8_t *p);
|
H A D | xen_pt.h | 306 xen_host_pci_get_byte(&s->real_device, PCI_INTERRUPT_PIN, &v); in xen_pt_pci_read_intx()
|
H A D | xen-host-pci-device.c | 304 int xen_host_pci_get_byte(XenHostPCIDevice *d, int pos, uint8_t *p) in xen_host_pci_get_byte() function
|
H A D | xen_pt_msi.c | 536 rc = xen_host_pci_get_byte(hd, base + PCI_CAP_LIST_ID, &id); in xen_pt_msix_init()
|
H A D | xen_pt.c | 833 rc = xen_host_pci_get_byte(&s->real_device, PCI_INTERRUPT_PIN, &scratch); in xen_pt_realize()
|