Home
last modified time | relevance | path

Searched refs:PCIR_DEVVENDOR (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ata/chipsets/
H A Data-sis.c119 if (pci_read_config(dev, PCIR_DEVVENDOR, 4) == ATA_SIS5518) { in ata_sis_probe()
133 if (pci_read_config(dev, PCIR_DEVVENDOR, 4) == ATA_SIS5517) { in ata_sis_probe()
/freebsd/sys/dev/ipmi/
H A Dipmi_isa.c69 devid = pci_cfgregread(0, 0, 4, 2, PCIR_DEVVENDOR, 4); in ipmi_isa_identify()
/freebsd/sys/x86/pci/
H A Dqpi.c120 devid = pci_cfgregread(0, bus, s, 0, PCIR_DEVVENDOR, 4); in qpi_probe_pcib()
H A Dpci_bus.c428 PCIR_DEVVENDOR, 4); in legacy_pcib_identify()
/freebsd/sys/dev/pci/
H A Dpci_subr.c56 id = read_config(0, bus, slot, func, PCIR_DEVVENDOR, 4); in host_pcib_get_busno()
H A Dpcireg.h83 #define PCIR_DEVVENDOR 0x00 macro
/freebsd/sys/dev/pccbb/
H A Dpccbb.c975 } while (PCIB_READ_CONFIG(brdev, b, 0, 0, PCIR_DEVVENDOR, 4) == in cbb_cardbus_reset_power()
994 PCIR_DEVVENDOR, 4); in cbb_cardbus_reset_power()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c305 PCIR_DEVVENDOR, 4); in cpcht_configure_htbridge()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c291 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahd_find_pci_device()
H A Daic7xxx_pci.c748 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2); in ahc_find_pci_device()
/freebsd/sys/dev/sound/pci/
H A Demu10kx.c2990 vendor = pci_read_config(dev, PCIR_DEVVENDOR, /* bytes */ 2); in emu_pci_probe()