Home
last modified time | relevance | path

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

/xen/xen/drivers/pci/
A Dpci.c24 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 Dquirks.c96 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 Ddmar.c339 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 Dvpci.c223 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 Dheader.c458 switch ( pci_conf_read8(pdev->sbdf, PCI_HEADER_TYPE) & 0x7f ) in init_bars()
/xen/tools/tests/vpci/
A Demul.h100 #define pci_conf_read8(...) 0xff macro
/xen/xen/arch/x86/x86_64/
A Dpci.c14 uint8_t pci_conf_read8(pci_sbdf_t sbdf, unsigned int reg) in pci_conf_read8() function
/xen/xen/drivers/video/
A Dvga.c139 switch ( pci_conf_read8(PCI_SBDF3(0, b, df), in video_endboot()
/xen/xen/drivers/passthrough/
A Dpci.c262 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 Dpci.h179 uint8_t pci_conf_read8(pci_sbdf_t sbdf, unsigned int reg);
/xen/xen/drivers/char/
A Dns16550.c1196 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 Dehci-dbgp.c718 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 Damd.c423 pmm7 = pci_conf_read8(PCI_SBDF(0, 0, 0x18 + node, 3), 0x87); in disable_c1_ramping()
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c1335 byte = pci_conf_read8(PCI_SBDF(0, bus, 0x14, 0), 0xad); in amd_sp5100_erratum28()
/xen/xen/arch/x86/
A Dmsi.c725 else switch ( pci_conf_read8(PCI_SBDF(seg, bus, slot, func), in read_pci_mem_bar()

Completed in 28 milliseconds