/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/ |
A D | ats.c | 37 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), in enable_ats_device() 61 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), in enable_ats_device() 84 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in disable_ats_device()
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | vga.c | 124 pci_conf_read16(0, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in video_endboot() 126 !(pci_conf_read16(0, bus, PCI_SLOT(devfn), in video_endboot() 145 if ( pci_conf_read16(0, b, PCI_SLOT(df), in video_endboot()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | msi.c | 141 return !!(pci_conf_read16(dev->seg, bus, slot, func, PCI_COMMAND) & in memory_decoded() 147 u16 control = pci_conf_read16(dev->seg, dev->bus, PCI_SLOT(dev->devfn), in msix_memory_decoded() 213 data = pci_conf_read16(seg, bus, slot, func, in read_msi_msg() 219 data = pci_conf_read16(seg, bus, slot, func, in read_msi_msg() 416 control = pci_conf_read16(seg, bus, slot, func, in msi_set_mask_bit() 763 u16 num_vf = pci_conf_read16(seg, bus, slot, func, in read_pci_mem_bar() 765 u16 offset = pci_conf_read16(seg, bus, slot, func, in read_pci_mem_bar() 767 u16 stride = pci_conf_read16(seg, bus, slot, func, in read_pci_mem_bar() 1110 control = pci_conf_read16(msi->seg, msi->bus, slot, func, in __pci_enable_msix() 1159 u16 control = pci_conf_read16(seg, bus, slot, func, in __pci_disable_msix() [all …]
|
A D | dmi_scan.c | 472 if ( pci_conf_read16(0, 0, 0x1f, 0, PCI_VENDOR_ID) != 0x8086 ) in ich10_bios_quirk() 475 switch ( pci_conf_read16(0, 0, 0x1f, 0, PCI_DEVICE_ID) ) { in ich10_bios_quirk() 480 port = (pci_conf_read16(0, 0, 0x1f, 0, 0x40) & 0xff80) + 0x30; in ich10_bios_quirk()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 77 ggc = pci_conf_read16(0, 0, IGD_DEV, 0, GGC); in is_igd_vt_enabled_quirk() 91 vid = pci_conf_read16(0, 0, IGD_DEV, 0, 0); in cantiga_b3_errata_init() 427 if ( pci_conf_read16(seg, bus, dev, func, PCI_VENDOR_ID) != in pci_vtd_quirk() 431 switch ( pci_conf_read16(seg, bus, dev, func, PCI_DEVICE_ID) ) in pci_vtd_quirk()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 259 val = pci_conf_read16(seg, bus, dev, func, PCI_COMMAND); in check_pdev() 263 val = pci_conf_read16(seg, bus, dev, func, PCI_STATUS); in check_pdev() 278 val = pci_conf_read16(seg, bus, dev, func, PCI_BRIDGE_CONTROL); in check_pdev() 282 val = pci_conf_read16(seg, bus, dev, func, PCI_SEC_STATUS); in check_pdev() 362 cap = pci_conf_read16(pseg->nr, bus, PCI_SLOT(devfn), in alloc_pdev() 583 cap = pci_conf_read16(seg, bus, dev, func, pos + PCI_ACS_CAP); in pci_enable_acs() 584 ctrl = pci_conf_read16(seg, bus, dev, func, pos + PCI_ACS_CTRL); in pci_enable_acs() 887 class_device = pci_conf_read16(seg, bus, d, f, PCI_CLASS_DEVICE); in pdev_type() 893 creg = pci_conf_read16(seg, bus, d, f, pos + PCI_EXP_FLAGS); in pdev_type() 989 cword = pci_conf_read16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in pci_check_disable_device() [all …]
|
A D | ats.h | 38 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in pci_ats_enabled()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | pci.c | 32 uint16_t pci_conf_read16( in pci_conf_read16() function
|
A D | mmconfig-shared.c | 67 win = pci_conf_read16(0, 0, 0, 0, 0xce); in pci_mmcfg_e7520()
|
/xen-4.10.0-shim-comet/xen/drivers/pci/ |
A D | pci.c | 18 status = pci_conf_read16(seg, bus, dev, func, PCI_STATUS); in pci_find_cap_offset()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 792 uart->cr = pci_conf_read16(0, uart->ps_bdf[0], uart->ps_bdf[1], in ns16550_suspend() 1009 nextf = (f || (pci_conf_read16(0, b, d, f, PCI_HEADER_TYPE) & in pci_uart_config() 1012 switch ( pci_conf_read16(0, b, d, f, PCI_CLASS_DEVICE) ) in pci_uart_config() 1029 u16 vendor = pci_conf_read16(0, b, d, f, PCI_VENDOR_ID); in pci_uart_config() 1030 u16 device = pci_conf_read16(0, b, d, f, PCI_DEVICE_ID); in pci_uart_config()
|
A D | ehci-dbgp.c | 1019 if ( pci_conf_read16(0, dbgp->bus, dbgp->slot, dbgp->func, in detect_set_debug_port() 1418 dbgp->pci_cr = pci_conf_read16(0, dbgp->bus, dbgp->slot, dbgp->func, in ehci_dbgp_suspend()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | pci.h | 139 uint16_t pci_conf_read16(
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 801 control = pci_conf_read16(iommu->seg, PCI_BUS(iommu->bdf), in set_iommu_interrupt_handler()
|