Symbol: PCIR_DEVICE
sys/arm/mv/mv_pci.c
1192
device = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_DEVICE,
sys/compat/linuxkpi/common/include/linux/pci.h
111
#define PCI_DEVICE_ID PCIR_DEVICE
sys/dev/agp/agp_amd64.c
124
pci_cfgregread(0, 0, 11, 0, PCIR_DEVICE, 2) != devid)
sys/dev/agp/agp_amd64.c
137
pci_cfgregread(0, 0, 1, 0, PCIR_DEVICE, 2) != 0xb188 ||
sys/dev/aic7xxx/aic79xx_pci.c
292
device = aic_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2);
sys/dev/aic7xxx/aic79xx_pci.c
343
PCIR_DEVICE, /*bytes*/2);
sys/dev/aic7xxx/aic7xxx_pci.c
749
device = aic_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2);
sys/dev/al_eth/al_eth.c
368
PCIR_DEVICE, &dev_id);
sys/dev/cxgbe/osdep.h
117
#define PCI_DEVICE_ID PCIR_DEVICE
sys/dev/mxge/if_mxge.c
353
device_id = pci_read_config(pdev, PCIR_DEVICE, 2);
sys/dev/mxge/if_mxge.c
368
0x0369 == pci_read_config(mcp55, PCIR_DEVICE, 2)) {
sys/dev/mxge/if_mxge.c
429
device_id = *(uint16_t *)(cfgptr + PCIR_DEVICE);
sys/dev/pci/pci.c
6077
} else if (reg == PCIR_DEVICE) {
sys/dev/pci/pci.c
6412
dinfo->cfg.device = pci_read_config(dev, PCIR_DEVICE, 2);
sys/dev/pci/pci.c
729
did = REG(PCIR_DEVICE, 2);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_reset.c
32
device_id1 = pci_read_config(pdev, PCIR_DEVICE, 2);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_reset.c
38
device_id2 = pci_read_config(pdev, PCIR_DEVICE, 2);
sys/dev/sound/pci/emu10kx.c
568
device = pci_read_config(dev, PCIR_DEVICE, /* bytes */ 2);
sys/x86/pci/pci_early_quirks.c
299
device = pci_cfgregread(domain, bus, slot, func, PCIR_DEVICE, 2);
sys/x86/x86/legacy.c
128
did = pci_cfgregread(0, 0, 0, 0, PCIR_DEVICE, 2);
usr.sbin/bhyve/amd64/pci_gvt-d.c
198
device_id = pci_host_read_config(passthru_get_sel(sc), PCIR_DEVICE,
usr.sbin/bhyve/amd64/pci_lpc.c
543
device = pci_config_read_reg(confp, nvl, PCIR_DEVICE, 2, LPC_DEV);
usr.sbin/bhyve/amd64/pci_lpc.c
552
pci_set_cfgdata16(pi, PCIR_DEVICE, device);
usr.sbin/bhyve/pci_ahci.c
2596
pci_set_cfgdata16(pi, PCIR_DEVICE, 0x2821);
usr.sbin/bhyve/pci_e82545.c
2329
pci_set_cfgdata16(pi, PCIR_DEVICE, E82545_DEV_ID_82545EM_COPPER);
usr.sbin/bhyve/pci_emul.c
2609
pci_set_cfgdata16(pi, PCIR_DEVICE, 0x0001);
usr.sbin/bhyve/pci_emul.c
371
case PCIR_DEVICE:
usr.sbin/bhyve/pci_fbuf.c
400
pci_set_cfgdata16(pi, PCIR_DEVICE, 0x40FB);
usr.sbin/bhyve/pci_hda.c
1239
pci_set_cfgdata16(pi, PCIR_DEVICE, HDA_INTEL_82801G);
usr.sbin/bhyve/pci_hostbridge.c
54
device = pci_config_read_reg(NULL, nvl, PCIR_DEVICE, 2, device);
usr.sbin/bhyve/pci_hostbridge.c
58
pci_set_cfgdata16(pi, PCIR_DEVICE, device);
usr.sbin/bhyve/pci_nvme.c
3323
pci_set_cfgdata16(pi, PCIR_DEVICE, 0x0A0A);
usr.sbin/bhyve/pci_uart.c
104
pci_set_cfgdata16(pi, PCIR_DEVICE, COM_DEV);
usr.sbin/bhyve/pci_virtio_9p.c
328
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_9P);
usr.sbin/bhyve/pci_virtio_block.c
552
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_BLOCK);
usr.sbin/bhyve/pci_virtio_console.c
716
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_CONSOLE);
usr.sbin/bhyve/pci_virtio_input.c
730
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_INPUT);
usr.sbin/bhyve/pci_virtio_net.c
632
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_NET);
usr.sbin/bhyve/pci_virtio_rnd.c
186
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_RANDOM);
usr.sbin/bhyve/pci_virtio_scsi.c
1096
pci_set_cfgdata16(pi, PCIR_DEVICE, VIRTIO_DEV_SCSI);
usr.sbin/bhyve/pci_xhci.c
2979
pci_set_cfgdata16(pi, PCIR_DEVICE, 0x1E31);