Home
last modified time | relevance | path

Searched refs:pci_conf_read8 (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/pci/
A Dpci.c24 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 Dquirks.c95 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 Ddmar.c350 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 Dpci.c14 uint8_t pci_conf_read8( in pci_conf_read8() function
/xen-4.10.0-shim-comet/xen/drivers/video/
A Dvga.c139 switch ( pci_conf_read8(0, b, PCI_SLOT(df), in video_endboot()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dpci.c273 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 Dpci.h136 uint8_t pci_conf_read8(
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c1133 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 Dehci-dbgp.c716 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 Damd.c420 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 Diommu_init.c1213 byte = pci_conf_read8(0, bus, 0x14, 0, 0xad); in amd_sp5100_erratum28()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsi.c793 else switch ( pci_conf_read8(seg, bus, slot, func, in read_pci_mem_bar()

Completed in 24 milliseconds