Searched refs:PCIR_DEVVENDOR (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/dev/vx/ |
| H A D | if_vx_pci.c | 100 device_id = pci_read_config(dev, PCIR_DEVVENDOR, 4); in vx_pci_probe() 160 if ((pci_read_config(dev, PCIR_DEVVENDOR, 4) >> 16) == 0x5900) { in vx_pci_attach()
|
| /freebsd-12.1/sys/dev/ata/chipsets/ |
| H A D | ata-sis.c | 123 if (pci_read_config(dev, PCIR_DEVVENDOR, 4) == ATA_SIS5518) { in ata_sis_probe() 137 if (pci_read_config(dev, PCIR_DEVVENDOR, 4) == ATA_SIS5517) { in ata_sis_probe()
|
| /freebsd-12.1/sys/arm/versatile/ |
| H A D | versatile_pci.c | 193 vendordev_id = versatile_pci_read_4((slot << 11) + PCIR_DEVVENDOR); in versatile_pci_attach() 252 vendordev_id = versatile_pci_read_4((slot << 11) + PCIR_DEVVENDOR); in versatile_pci_attach()
|
| /freebsd-12.1/sys/dev/ipmi/ |
| H A D | ipmi_isa.c | 71 devid = pci_cfgregread(0, 4, 2, PCIR_DEVVENDOR, 4); in ipmi_isa_identify()
|
| /freebsd-12.1/sys/x86/pci/ |
| H A D | qpi.c | 123 devid = pci_cfgregread(bus, s, 0, PCIR_DEVVENDOR, 4); in qpi_probe_pcib()
|
| H A D | pci_bus.c | 431 PCIR_DEVVENDOR, 4); in legacy_pcib_identify()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pci_subr.c | 58 id = read_config(bus, slot, func, PCIR_DEVVENDOR, 4); in host_pcib_get_busno()
|
| H A D | pcireg.h | 83 #define PCIR_DEVVENDOR 0x00 macro
|
| /freebsd-12.1/sys/dev/pccbb/ |
| H A D | pccbb.c | 993 } while (PCIB_READ_CONFIG(brdev, b, 0, 0, PCIR_DEVVENDOR, 4) == in cbb_cardbus_reset_power() 1012 PCIR_DEVVENDOR, 4); in cbb_cardbus_reset_power()
|
| /freebsd-12.1/sys/i386/pci/ |
| H A D | pci_pir.c | 280 value = pci_cfgregread(bus, device, func, PCIR_DEVVENDOR, 4); in pci_pir_search_irq()
|
| /freebsd-12.1/sys/powerpc/powermac/ |
| H A D | cpcht.c | 307 PCIR_DEVVENDOR, 4); in cpcht_configure_htbridge()
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_pci.c | 298 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahd_find_pci_device()
|
| H A D | aic7xxx_pci.c | 757 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahc_find_pci_device()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 112 #define PCI_VENDOR_ID PCIR_DEVVENDOR
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_pci_link.c | 590 value = pci_cfgregread(bus, device, func, PCIR_DEVVENDOR, 4); in acpi_pci_link_search_irq()
|
| /freebsd-12.1/sys/dev/sound/pci/ |
| H A D | emu10kx.c | 3016 vendor = pci_read_config(dev, PCIR_DEVVENDOR, /* bytes */ 2); in emu_pci_probe()
|