/xen/xen/drivers/pci/ |
A D | pci.c | 24 pos = pci_conf_read8(PCI_SBDF(seg, bus, dev, func), pos); in pci_find_cap_offset() 29 id = pci_conf_read8(PCI_SBDF(seg, bus, dev, func), pos + PCI_CAP_LIST_ID); in pci_find_cap_offset() 49 pos = pci_conf_read8(PCI_SBDF3(seg, bus, devfn), pos); in pci_find_next_cap() 54 id = pci_conf_read8(PCI_SBDF3(seg, bus, devfn), pos + PCI_CAP_LIST_ID); in pci_find_next_cap()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 96 did_hi = pci_conf_read8(IGD_DEV, 3); in cantiga_b3_errata_init() 97 rid = pci_conf_read8(IGD_DEV, 8); in cantiga_b3_errata_init() 282 rev = pci_conf_read8(PCI_SBDF(0, bus, 20, 0), PCI_REVISION_ID); in tylersburg_intremap_quirk()
|
A D | dmar.c | 339 bus = pci_conf_read8(PCI_SBDF(seg, bus, path->dev, path->fn), in acpi_parse_dev_scope() 347 sec_bus = pci_conf_read8(PCI_SBDF(seg, bus, path->dev, path->fn), in acpi_parse_dev_scope() 349 sub_bus = pci_conf_read8(PCI_SBDF(seg, bus, path->dev, path->fn), in acpi_parse_dev_scope()
|
/xen/xen/drivers/vpci/ |
A D | vpci.c | 223 data = pci_conf_read8(sbdf, reg); in vpci_read_hw() 229 data |= pci_conf_read8(sbdf, reg + 2) << 16; in vpci_read_hw() 238 data = pci_conf_read8(sbdf, reg); in vpci_read_hw()
|
A D | header.c | 458 switch ( pci_conf_read8(pdev->sbdf, PCI_HEADER_TYPE) & 0x7f ) in init_bars()
|
/xen/tools/tests/vpci/ |
A D | emul.h | 100 #define pci_conf_read8(...) 0xff macro
|
/xen/xen/arch/x86/x86_64/ |
A D | pci.c | 14 uint8_t pci_conf_read8(pci_sbdf_t sbdf, unsigned int reg) in pci_conf_read8() function
|
/xen/xen/drivers/video/ |
A D | vga.c | 139 switch ( pci_conf_read8(PCI_SBDF3(0, b, df), in video_endboot()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 262 switch ( pci_conf_read8(pdev->sbdf, PCI_HEADER_TYPE) & 0x7f ) in check_pdev() 383 sec_bus = pci_conf_read8(pdev->sbdf, PCI_SECONDARY_BUS); in alloc_pdev() 384 sub_bus = pci_conf_read8(pdev->sbdf, PCI_SUBORDINATE_BUS); in alloc_pdev() 450 sec_bus = pci_conf_read8(pdev->sbdf, PCI_SECONDARY_BUS); in free_pdev() 451 sub_bus = pci_conf_read8(pdev->sbdf, PCI_SUBORDINATE_BUS); in free_pdev() 1146 if ( !func && !(pci_conf_read8(PCI_SBDF(pseg->nr, bus, dev, in _scan_pci_devices()
|
/xen/xen/include/xen/ |
A D | pci.h | 179 uint8_t pci_conf_read8(pci_sbdf_t sbdf, unsigned int reg);
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 1196 uart->irq = pci_conf_read8(PCI_SBDF(0, b, d, f), in pci_uart_config() 1198 pci_conf_read8(PCI_SBDF(0, b, d, f), in pci_uart_config()
|
A D | ehci-dbgp.c | 718 if ( !func && !(pci_conf_read8(PCI_SBDF(0, bus, slot, func), in find_dbgp() 1323 dbgp->pci_cr = pci_conf_read8(PCI_SBDF(0, dbgp->bus, dbgp->slot, in ehci_dbgp_init_preirq()
|
/xen/xen/arch/x86/cpu/ |
A D | amd.c | 423 pmm7 = pci_conf_read8(PCI_SBDF(0, 0, 0x18 + node, 3), 0x87); in disable_c1_ramping()
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 1335 byte = pci_conf_read8(PCI_SBDF(0, bus, 0x14, 0), 0xad); in amd_sp5100_erratum28()
|
/xen/xen/arch/x86/ |
A D | msi.c | 725 else switch ( pci_conf_read8(PCI_SBDF(seg, bus, slot, func), in read_pci_mem_bar()
|