Searched refs:PCIR_VENDOR (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_hostbridge.c41 pci_set_cfgdata16(pi, PCIR_VENDOR, 0x1275); /* NetApp */
56 pci_set_cfgdata16(pi, PCIR_VENDOR, 0x1022); /* AMD */
H A Dpci_uart.c100 pci_set_cfgdata16(pi, PCIR_VENDOR, COM_VENDOR);
H A Dpci_virtio_rnd.c187 pci_set_cfgdata16(pi, PCIR_VENDOR, VIRTIO_VENDOR);
H A Dpci_lpc.c410 pci_set_cfgdata16(pi, PCIR_VENDOR, LPC_VENDOR);
H A Dpci_fbuf.c369 pci_set_cfgdata16(pi, PCIR_VENDOR, 0xFB5D);
H A Dpci_virtio_block.c384 pci_set_cfgdata16(pi, PCIR_VENDOR, VIRTIO_VENDOR);
H A Dpci_virtio_net.c834 pci_set_cfgdata16(pi, PCIR_VENDOR, VIRTIO_VENDOR);
H A Dpci_virtio_console.c629 pci_set_cfgdata16(pi, PCIR_VENDOR, VIRTIO_VENDOR);
H A Dpci_emul.c1954 pci_set_cfgdata16(pi, PCIR_VENDOR, 0x10DD);
H A Dpci_xhci.c2831 pci_set_cfgdata16(pi, PCIR_VENDOR, 0x8086);
H A Dpci_e82545.c2352 pci_set_cfgdata16(pi, PCIR_VENDOR, E82545_VENDOR_ID_INTEL);
/freebsd-11-stable/sys/dev/agp/
H A Dagp_amd64.c127 pci_cfgregread(0, 11, 0, PCIR_VENDOR, 2) != 0x10de ||
140 pci_cfgregread(0, 1, 0, PCIR_VENDOR, 2) != 0x1106 ||
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pcibus.c214 if ((CS_READ(PCIR_VENDOR, 2) == 0x10b9 &&
H A Dpsycho.c611 for (i = PCIR_VENDOR; i < PCIR_STATUS; i += sizeof(uint16_t))
/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.c92 vid = pci_cfgregread(0, 0, 0, PCIR_VENDOR, 2);
/freebsd-11-stable/sys/i386/pci/
H A Dpci_pir.c273 value = pci_cfgregread(bus, device, 0, PCIR_VENDOR, 2);
286 value = pci_cfgregread(bus, device, func, PCIR_VENDOR, 2);
H A Dpci_cfgreg.c175 vid = pci_cfgregread(0, 0, 0, PCIR_VENDOR, 2);
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c305 cfgreg = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_VENDOR, 2);
579 func, PCIR_VENDOR, 2);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci_link.c580 value = pci_cfgregread(bus, device, 0, PCIR_VENDOR, 2);
593 value = pci_cfgregread(bus, device, func, PCIR_VENDOR, 2);
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c637 if (REG(PCIR_VENDOR, 2) == 0xffff)
646 if (REG(PCIR_VENDOR, 2) == 0xffff)
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h82 #define PCIR_VENDOR 0x00 macro
H A Dpci.c652 vid = REG(PCIR_VENDOR, 2);
4125 if (REG(PCIR_VENDOR, 2) == 0xffff)
4134 if (REG(PCIR_VENDOR, 2) == 0xffff)
5668 if (reg == PCIR_VENDOR) {
5995 dinfo->cfg.vendor = pci_read_config(dev, PCIR_VENDOR, 2);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h667 return (pci_read_config(pdev->dev.bsddev, PCIR_VENDOR, 2) == PCIV_INVALID);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c1022 vendor = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_VENDOR,
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c361 vendor_id = pci_read_config(pdev, PCIR_VENDOR, 2);
376 0x10de == pci_read_config(mcp55, PCIR_VENDOR, 2) &&
438 vendor_id = *(uint16_t *)(cfgptr + PCIR_VENDOR);

Completed in 488 milliseconds

12