Searched refs:pci_conf_write16 (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | msi.c | 283 pci_conf_write16(seg, bus, slot, func, msi_data_reg(pos, 1), in write_msi_msg() 421 pci_conf_write16(seg, bus, slot, func, in msi_set_mask_bit() 456 pci_conf_write16(seg, bus, slot, func, in msi_set_mask_bit() 611 pci_conf_write16(pdev->seg, pdev->bus, PCI_SLOT(pdev->devfn), in setup_msi_irq() 865 pci_conf_write16(seg, bus, slot, func, msix_control_reg(pos), in msix_capability_init() 871 pci_conf_write16(seg, bus, slot, func, msix_control_reg(pos), in msix_capability_init() 1166 pci_conf_write16(seg, bus, slot, func, msix_control_reg(pos), in __pci_disable_msix() 1382 pci_conf_write16(pdev->seg, pdev->bus, slot, func, in pci_restore_msi_state() 1399 pci_conf_write16(pdev->seg, pdev->bus, slot, func, in pci_restore_msi_state() 1406 pci_conf_write16(pdev->seg, pdev->bus, slot, func, in pci_restore_msi_state() [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/ |
A D | ats.c | 54 pci_conf_write16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in enable_ats_device() 87 pci_conf_write16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in disable_ats_device()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | pci.c | 81 void pci_conf_write16( in pci_conf_write16() function
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 261 pci_conf_write16(seg, bus, dev, func, PCI_COMMAND, in check_pdev() 268 pci_conf_write16(seg, bus, dev, func, PCI_STATUS, in check_pdev() 280 pci_conf_write16(seg, bus, dev, func, PCI_BRIDGE_CONTROL, in check_pdev() 288 pci_conf_write16(seg, bus, dev, func, PCI_SEC_STATUS, in check_pdev() 598 pci_conf_write16(seg, bus, dev, func, pos + PCI_ACS_CTRL, ctrl); in pci_enable_acs() 991 pci_conf_write16(seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in pci_check_disable_device()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | pci.h | 148 void pci_conf_write16(
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 626 pci_conf_write16(0, uart->pb_bdf[0], uart->pb_bdf[1], uart->pb_bdf[2], in pci_serial_early_init() 634 pci_conf_write16(0, uart->ps_bdf[0], uart->ps_bdf[1], uart->ps_bdf[2], in pci_serial_early_init() 813 pci_conf_write16(0, uart->ps_bdf[0], uart->ps_bdf[1], uart->ps_bdf[2], in _ns16550_resume()
|
A D | ehci-dbgp.c | 1320 pci_conf_write16(0, dbgp->bus, dbgp->slot, dbgp->func, PCI_COMMAND, in ehci_dbgp_init_preirq() 1433 pci_conf_write16(0, dbgp->bus, dbgp->slot, dbgp->func, in ehci_dbgp_resume()
|
Completed in 18 milliseconds