Searched refs:PCI_VENDOR (Results 76 - 100 of 290) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Duhci_pci.c171 sc->sc.sc_id_vendor = PCI_VENDOR(pa->pa_id);
176 "vendor 0x%04x", PCI_VENDOR(pa->pa_id));
H A Dpci.c253 qd = pci_lookup_quirkdata(PCI_VENDOR(pa->pa_id),
296 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
299 if (PCI_VENDOR(id) == 0)
334 if ((PCI_VENDOR(id) == PCI_VENDOR_ATI) && (bar == 0x10)
566 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
569 if (PCI_VENDOR(id) == 0)
572 qd = pci_lookup_quirkdata(PCI_VENDOR(id), PCI_PRODUCT(id));
H A Dbtvmeii.c145 if ((PCI_VENDOR(pa->pa_id) != PCI_VENDOR_DEC)
159 if ((PCI_VENDOR(id) != PCI_VENDOR_NEWBRIDGE)
170 if ((PCI_VENDOR(id) != PCI_VENDOR_BIT3)
H A Dcy_pci.c67 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_CYCLADES)
H A Dif_an_pci.c109 if (PCI_VENDOR(pa->pa_id) == app->app_vendor &&
H A Dif_ep_pci.c154 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_3COM)
H A Dif_esh_pci.c90 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_ESSENTIAL)
H A Dif_ral_pci.c105 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_RALINK) {
H A Dmpt_pci.c117 if (PCI_VENDOR(pa->pa_id) == mpp->mpp_vendor &&
H A Dpiixpm.c53 (PCI_VENDOR((id)) == PCI_VENDOR_SERVERWORKS && \
122 switch (PCI_VENDOR(pa->pa_id)) {
177 if ((PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INTEL) ||
207 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ATI &&
H A Dpwdog.c73 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_QUANCOM &&
H A Dschide.c97 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_INTEL) {
H A Dstpcide.c67 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SGSTHOMSON) {
H A Dpci_subr.c366 vendor = PCI_VENDOR(id_reg);
481 PCI_VENDOR(rval));
483 printf(" Vendor ID: 0x%04x\n", PCI_VENDOR(rval));
767 printf(" Subsystem vendor ID: 0x%04x\n", PCI_VENDOR(rval));
1365 printf(" Subsystem vendor ID: 0x%04x\n", PCI_VENDOR(rval));
H A Dviaide.c364 switch (PCI_VENDOR(id)) {
410 PCI_VENDOR(pa->pa_id) == PCI_VENDOR_VIATECH)
453 pcireg_t vendor = PCI_VENDOR(pa->pa_id);
762 switch (PCI_VENDOR(sc->sc_pci_id)) {
812 if (PCI_VENDOR(sc->sc_pci_id) == PCI_VENDOR_AMD &&
H A Dsiside.c87 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SIS) {
188 if (PCI_VENDOR(id) != PCI_VENDOR_SIS)
217 return (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SIS &&
/netbsd-6-1-5-RELEASE/sys/arch/macppc/pci/
H A Dpci_machdep.c167 if ((PCI_VENDOR(id) == PCI_VENDOR_DEC) &&
180 if ((PCI_VENDOR(isp) == PCI_VENDOR_QLOGIC) &&
284 (PCI_VENDOR(id) == PCI_VENDOR_DEC) &&
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h91 #define PCI_VENDOR(id) ((id) & 0xffff) macro
H A Dmain.c155 PCI_VENDOR(pvd), PCI_PRODUCT(pvd), b, d, f);
165 PCI_VENDOR(pvd), PCI_PRODUCT(pvd), b, d, f);
175 PCI_VENDOR(pvd), PCI_PRODUCT(pvd), b, d, f);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixm1200/
H A Dnappi_nppb.c100 switch (PCI_VENDOR(id)) {
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Dmga_drv.c56 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_HINT &&
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_pci.c344 if (PCI_VENDOR(val) == PCI_VENDOR_INVALID ||
345 PCI_VENDOR(val) == 0)
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dcom_cardbus.c110 if(cp->vendor == PCI_VENDOR(ca->ca_id) &&
185 PCI_VENDOR(ca->ca_id), PCI_PRODUCT(ca->ca_id));
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dautoconf.c126 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MOT &&
158 PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id),
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Debus.c110 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN &&
116 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN &&

Completed in 134 milliseconds

1234567891011>>