/xen-4.10.0-shim-comet/xen/drivers/pci/ |
A D | pci.c | 24 pos = pci_conf_read8(seg, bus, dev, func, pos); in pci_find_cap_offset() 29 id = pci_conf_read8(seg, bus, dev, func, pos + PCI_CAP_LIST_ID); in pci_find_cap_offset() 49 pos = pci_conf_read8(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), pos); in pci_find_next_cap() 54 id = pci_conf_read8(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in pci_find_next_cap()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 95 did_hi = pci_conf_read8(0, 0, IGD_DEV, 0, 3); in cantiga_b3_errata_init() 96 rid = pci_conf_read8(0, 0, IGD_DEV, 0, 8); in cantiga_b3_errata_init() 284 rev = pci_conf_read8(0, bus, 20, 0, PCI_REVISION_ID); in tylersburg_intremap_quirk()
|
A D | dmar.c | 350 bus = pci_conf_read8(seg, bus, path->dev, path->fn, in acpi_parse_dev_scope() 358 sec_bus = pci_conf_read8(seg, bus, path->dev, path->fn, in acpi_parse_dev_scope() 360 sub_bus = pci_conf_read8(seg, bus, path->dev, path->fn, in acpi_parse_dev_scope()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | pci.c | 14 uint8_t pci_conf_read8( in pci_conf_read8() function
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | vga.c | 139 switch ( pci_conf_read8(0, b, PCI_SLOT(df), in video_endboot()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 273 switch ( pci_conf_read8(seg, bus, dev, func, PCI_HEADER_TYPE) & 0x7f ) in check_pdev() 343 sec_bus = pci_conf_read8(pseg->nr, bus, PCI_SLOT(devfn), in alloc_pdev() 345 sub_bus = pci_conf_read8(pseg->nr, bus, PCI_SLOT(devfn), in alloc_pdev() 414 sec_bus = pci_conf_read8(pseg->nr, pdev->bus, dev, func, in free_pdev() 416 sub_bus = pci_conf_read8(pseg->nr, pdev->bus, dev, func, in free_pdev() 1025 if ( !func && !(pci_conf_read8(pseg->nr, bus, dev, func, in _scan_pci_devices()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | pci.h | 136 uint8_t pci_conf_read8(
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 1133 uart->irq = pci_conf_read8(0, b, d, f, PCI_INTERRUPT_PIN) ? in pci_uart_config() 1134 pci_conf_read8(0, b, d, f, PCI_INTERRUPT_LINE) : 0; in pci_uart_config()
|
A D | ehci-dbgp.c | 716 if ( !func && !(pci_conf_read8(0, bus, slot, func, in find_dbgp() 1315 dbgp->pci_cr = pci_conf_read8(0, dbgp->bus, dbgp->slot, dbgp->func, in ehci_dbgp_init_preirq()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | amd.c | 420 pmm7 = pci_conf_read8(0, 0, 0x18+node, 0x3, 0x87); in disable_c1_ramping()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 1213 byte = pci_conf_read8(0, bus, 0x14, 0, 0xad); in amd_sp5100_erratum28()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | msi.c | 793 else switch ( pci_conf_read8(seg, bus, slot, func, in read_pci_mem_bar()
|