/openbmc/u-boot/test/dm/ |
H A D | pci.c | 40 ut_assertok(dm_pci_read_config16(swap, PCI_DEVICE_ID, &device)); in dm_test_pci_busdev() 52 ut_assertok(dm_pci_read_config16(swap, PCI_DEVICE_ID, &device)); in dm_test_pci_busdev() 172 ut_assertok(dm_pci_read_config16(swap, PCI_DEVICE_ID, &device)); in dm_test_pci_mixed()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw_reset.c | 365 err = pci_read_config_word(sdev, PCI_DEVICE_ID, &sdev_id); in mlx5_check_dev_ids() 392 err = pci_read_config_word(dev->pdev, PCI_DEVICE_ID, &dev_id); in mlx5_is_reset_now_capable() 431 err = pci_read_config_word(dev->pdev, PCI_DEVICE_ID, &dev_id); in mlx5_pci_link_toggle() 481 err = pci_read_config_word(dev->pdev, PCI_DEVICE_ID, ®16); in mlx5_pci_link_toggle()
|
/openbmc/u-boot/arch/x86/cpu/qemu/ |
H A D | qemu.c | 96 pci_read_config16(PCI_BDF(0, 0, 0), PCI_DEVICE_ID, &device); in qemu_chipset_init()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_pvdevice.c | 101 pci_set_word(pci_conf + PCI_DEVICE_ID, d->device_id); in xen_pv_realize()
|
/openbmc/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | mvme5100.c | 128 early_read_config_word(hose, 0, 0, PCI_DEVICE_ID, &devid); in mvme5100_add_bridge()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_sandbox.c | 64 else if (offset == PCI_DEVICE_ID && device) in sandbox_pci_read_config()
|
H A D | pci_common.c | 306 pci_read_config_word(bdf, PCI_DEVICE_ID, &device); in pci_hose_find_devices()
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 168 { "device ID", PCI_SIZE_16, PCI_DEVICE_ID }, 323 dm_pci_read_config(dev, PCI_DEVICE_ID, &device, PCI_SIZE_16); in pci_header_show_brief() 371 pci_read_config_word(dev, PCI_DEVICE_ID, &device); in pci_header_show_brief()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.c | 46 qpci_config_readw(dev, PCI_DEVICE_ID) != device_id) { in qpci_device_foreach() 99 device_id = qpci_config_readw(dev, PCI_DEVICE_ID); in qpci_device_init() 113 device_id = qpci_config_readw(dev, PCI_DEVICE_ID); in qpci_find_resource_reserve_capability()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early-quirks.c | 217 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_remapping_check() 606 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_graphics_quirks() 763 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in check_dev_quirk()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | bd82x6x.c | 57 dm_pci_read_config8(dev, PCI_DEVICE_ID + 1, &val); in pch_silicon_type()
|
H A D | northbridge.c | 31 dm_pci_read_config16(dev, PCI_DEVICE_ID, &bridge_id); in bridge_silicon_revision()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00pci.c | 125 pci_read_config_word(pci_dev, PCI_DEVICE_ID, &chip); in rt2x00pci_probe()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-spear13xx.c | 143 dw_pcie_writew_dbi(pci, PCI_DEVICE_ID, 0xCD80); in spear13xx_pcie_host_init()
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 79 case PCI_DEVICE_ID: in sandbox_swap_case_read_config()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 284 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID); in init_cyrix()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_sis.c | 808 pci_read_config_word(pdev, PCI_DEVICE_ID, &trueid); in sis_init_one() 841 pci_read_config_word(pdev, PCI_DEVICE_ID, &trueid); in sis_init_one()
|
/openbmc/qemu/hw/pci/ |
H A D | pci-qmp-cmds.c | 129 info->id->device = pci_get_word(dev->config + PCI_DEVICE_ID); in qmp_query_pci_device()
|
H A D | pci-hmp-cmds.c | 147 pci_get_word(d->config + PCI_DEVICE_ID), in pcibus_dev_print()
|
/openbmc/linux/arch/x86/pci/ |
H A D | intel_mid_pci.c | 338 if (type1_access_ok(dev->bus->number, dev->devfn, PCI_DEVICE_ID)) in pci_d3delay_fixup()
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0.c | 283 err = pci_read_config_word(pci, PCI_DEVICE_ID, &chip->device); in __snd_vortex_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | firmware.c | 176 id = *(u16 *)(mem + PCI_DEVICE_ID); in verify_firmware()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 277 id = __raw_readw(chan->reg_base + PCI_DEVICE_ID); in sh7780_pci_init()
|
/openbmc/qemu/tests/qtest/ |
H A D | i440fx-test.c | 58 g_assert_cmpint(qpci_config_readw(dev, PCI_DEVICE_ID), ==, 0x1237); in test_i440fx_defaults()
|
/openbmc/u-boot/drivers/video/ |
H A D | ivybridge_igd.c | 659 dm_pci_read_config16(video_dev, PCI_DEVICE_ID, ®16); in sandybridge_setup_graphics()
|