Searched refs:PCI_VENDOR (Results 51 - 75 of 290) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_gem_pci.c99 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN &&
104 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE &&
191 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN) {
196 } else if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE) {
H A Dif_mtd_pci.c83 if (PCI_VENDOR(pa->pa_id) == id->vendor &&
H A Diha_pci.c91 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INITIO)
H A Djoy_pci.c65 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CREATIVELABS &&
H A Dnca_pci.c66 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_DOMEX &&
H A Dtgavar.h117 (((PCI_VENDOR(id) == PCI_VENDOR_DEC && \
H A Dahcisata_pci.c149 force = ahci_pci_has_quirk(PCI_VENDOR(pa->pa_id),
216 ahci_bad_64bit = ahci_pci_has_quirk(PCI_VENDOR(pa->pa_id),
H A Damdpm.c68 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD) {
75 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NVIDIA) {
H A Dfwohci_pci.c83 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE) &&
130 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN) &&
H A Dgeodeide.c81 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CYRIX ||
82 PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NS) &&
H A Dgtp.c130 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_GEMTEK &&
134 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_GUILLEMOT &&
H A Dif_ath_pci.c118 devname = ath_hal_probe(PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id));
165 devname = ath_hal_probe(PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id));
H A Dif_bwi_pci.c82 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_BROADCOM)
168 sc->sc_pci_subvid = PCI_VENDOR(reg);
H A Dif_sf_pci.c135 if (PCI_VENDOR(pa->pa_id) == spp->spp_vendor &&
141 if (PCI_VENDOR(subsysid) ==
H A Dohci_pci.c151 sc->sc.sc_id_vendor = PCI_VENDOR(pa->pa_id);
156 "vendor 0x%04x", PCI_VENDOR(pa->pa_id));
H A Dtoshide.c89 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_TOSHIBA2) {
105 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_TOSHIBA2)
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/dev/
H A Dpcib.c66 switch (PCI_VENDOR(pa->pa_id)) {
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_machdep.c626 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
629 if (PCI_VENDOR(id) == 0)
632 switch (PCI_VENDOR(id)) {
675 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
678 if (PCI_VENDOR(id) == 0)
681 qd = pci_lookup_quirkdata(PCI_VENDOR(id),
697 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
703 if (PCI_VENDOR(id) == 0)
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dadv_cardbus.c97 if (PCI_VENDOR(ca->ca_id) == PCI_VENDOR_ADVSYS &&
119 if (PCI_VENDOR(ca->ca_id) == PCI_VENDOR_ADVSYS) {
H A Dehci_cardbus.c175 sc->sc.sc_id_vendor = PCI_VENDOR(ca->ca_id);
180 "vendor 0x%04x", PCI_VENDOR(ca->ca_id));
H A Dohci_cardbus.c153 sc->sc.sc_id_vendor = PCI_VENDOR(ca->ca_id);
158 "vendor 0x%04x", PCI_VENDOR(ca->ca_id));
H A Duhci_cardbus.c160 sc->sc.sc_id_vendor = PCI_VENDOR(ca->ca_id);
165 "vendor 0x%04x", PCI_VENDOR(ca->ca_id));
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c248 else if (PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x11ab) {
252 else if (PCI_VENDOR(pcicfgread(dev13, PCI_ID_REG)) == 0x1106) {
256 else if (PCI_VENDOR(pcicfgread(dev16, PCI_ID_REG)) == 0x1191) {
260 else if (PCI_VENDOR(pcicfgread(dev16, PCI_ID_REG)) == 0x1283
261 || PCI_VENDOR(pcicfgread(dev16, PCI_ID_REG)) == 0x1095) {
265 else if (PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x8086
266 || PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x10ec) {
655 if (PCI_VENDOR(pcicfgread(pcimaketag(0, 11, 0), PCI_ID_REG)) == 0x10ec)
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/pci/
H A Dpci_machdep.c258 if (PCI_VENDOR(id) == 0)
270 if (PCI_VENDOR(id) == PCI_VENDOR_MARVELL &&
/netbsd-6-1-5-RELEASE/usr.sbin/pcictl/
H A Dpcictl.c293 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
299 if (PCI_VENDOR(id) == 0)

Completed in 202 milliseconds

1234567891011>>