Searched refs:PCI_DEVICE_ID (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00pci.c125 pci_read_config_word(pci_dev, PCI_DEVICE_ID, &chip);
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dmvme5100.c128 early_read_config_word(hose, 0, 0, PCI_DEVICE_ID, &devid);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c381 err = pci_read_config_word(sdev, PCI_DEVICE_ID, &sdev_id);
413 err = pci_read_config_word(dev->pdev, PCI_DEVICE_ID, &dev_id);
452 err = pci_read_config_word(dev->pdev, PCI_DEVICE_ID, &dev_id);
502 err = pci_read_config_word(dev->pdev, PCI_DEVICE_ID, &reg16);
/linux-master/arch/x86/kernel/
H A Dearly-quirks.c217 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
606 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
763 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
H A Dsetup.c548 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID);
/linux-master/arch/x86/pci/
H A Dintel_mid_pci.c338 if (type1_access_ok(dev->bus->number, dev->devfn, PCI_DEVICE_ID))
/linux-master/arch/x86/kernel/cpu/
H A Dcyrix.c284 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfirmware.c176 id = *(u16 *)(mem + PCI_DEVICE_ID);
/linux-master/sound/pci/au88x0/
H A Dau88x0.c283 err = pci_read_config_word(pci, PCI_DEVICE_ID, &chip->device);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-spear13xx.c143 dw_pcie_writew_dbi(pci, PCI_DEVICE_ID, 0xCD80);
H A Dpcie-designware-ep.c116 dw_pcie_ep_writew_dbi(ep, func_no, PCI_DEVICE_ID, hdr->deviceid);
/linux-master/drivers/ata/
H A Dpata_sis.c808 pci_read_config_word(pdev, PCI_DEVICE_ID, &trueid);
841 pci_read_config_word(pdev, PCI_DEVICE_ID, &trueid);
/linux-master/arch/sh/drivers/pci/
H A Dpci-sh7780.c277 id = __raw_readw(chan->reg_base + PCI_DEVICE_ID);
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_header.c307 .offset = PCI_DEVICE_ID,
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c209 cdns_pcie_rp_writew(pcie, PCI_DEVICE_ID, rc->device_id);
H A Dpcie-cadence-ep.c52 cdns_pcie_ep_fn_writew(pcie, fn, PCI_DEVICE_ID, hdr->deviceid);
/linux-master/drivers/misc/cxl/
H A Dof.c220 rc = cxl_ops->afu_cr_read16(afu, i, PCI_DEVICE_ID,
H A Dsysfs.c599 rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_DEVICE_ID, &cr->device);
/linux-master/drivers/vfio/pci/virtio/
H A Dmain.c154 if (vfio_pci_core_range_intersect_range(pos, count, PCI_DEVICE_ID,
/linux-master/samples/vfio-mdev/
H A Dmdpy.c113 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_DEVICE_ID],
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c662 p_setw(perm, PCI_DEVICE_ID, (u16)ALL_VIRT, NO_WRITE);
1780 *(__le16 *)&vconfig[PCI_DEVICE_ID] = cpu_to_le16(pdev->device);
/linux-master/drivers/usb/early/
H A Dxhci-dbc.c632 xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID);
/linux-master/include/uapi/linux/
H A Dpci_regs.h39 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-driver.c312 pci_read_config_word(pci_dev, PCI_DEVICE_ID, &cobalt->device_id);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c506 pci_read_config_word(pdev, PCI_DEVICE_ID, &device_id);

Completed in 212 milliseconds

12