Home
last modified time | relevance | path

Searched refs:pa_id (Results 151 – 175 of 245) sorted by relevance

12345678910

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dbtvmei.c80 if ((PCI_VENDOR(pa->pa_id) != PCI_VENDOR_BIT3) in b3_617_match()
81 || (PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_BIT3_PCIVME617)) in b3_617_match()
H A Dhdaudio_pci.c119 sc->sc_id = pa->pa_id; in hdaudio_pci_attach()
H A Dif_kse.c332 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MICREL && in kse_match()
333 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_MICREL_KSZ8842 || in kse_match()
334 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_MICREL_KSZ8841) && in kse_match()
394 sc->sc_chip = PCI_PRODUCT(pa->pa_id); in kse_attach()
H A Diwic_pci.c193 pcireg_t type = pa->pa_id; in iwic_find_card()
H A Dagp_amd.c158 switch (PCI_PRODUCT(pa->pa_id)) { in agp_amd_match()
H A Dvoodoofb.c344 if ((PCI_VENDOR(pa->pa_id)==PCI_VENDOR_3DFX) && in voodoofb_match()
345 (PCI_PRODUCT(pa->pa_id)>=PCI_PRODUCT_3DFX_VOODOO3)) in voodoofb_match()
348 if ((PCI_VENDOR(pa->pa_id)==PCI_VENDOR_3DFX) && in voodoofb_match()
349 (PCI_PRODUCT(pa->pa_id)>=PCI_PRODUCT_3DFX_BANSHEE)) in voodoofb_match()
383 if (PCI_PRODUCT(pa->pa_id)>=PCI_PRODUCT_3DFX_BANSHEE) in voodoofb_attach()
H A Dif_ti.c1583 if ((PCI_VENDOR(pa->pa_id) == t->ti_vid) && in ti_type_match()
1584 (PCI_PRODUCT(pa->pa_id) == t->ti_did)) { in ti_type_match()
1787 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ALTEON && in ti_attach()
1788 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ALTEON_ACENIC_COPPER) || in ti_attach()
1789 (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NETGEAR && in ti_attach()
1790 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_NETGEAR_GA620T)) in ti_attach()
H A Dagp_i810.c237 switch (PCI_PRODUCT(pa->pa_id)) { in agp_i810_vgamatch()
327 switch (PCI_PRODUCT(pa->pa_id)) { in agp_i810_attach()
346 switch (PCI_PRODUCT(isc->vga_pa.pa_id)) { in agp_i810_attach()
H A Dif_iwi.c183 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INTEL) in iwi_match()
186 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_PRO_WL_2200BG || in iwi_match()
187 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_PRO_WL_2225BG || in iwi_match()
188 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_PRO_WL_2915ABG_1 || in iwi_match()
189 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_PRO_WL_2915ABG_2) in iwi_match()
316 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_PRO_WL_2915ABG_1 || in iwi_attach()
317 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_PRO_WL_2915ABG_2) { in iwi_attach()
H A Dif_pcn.c546 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_TRIDENT && in pcn_match()
547 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_TRIDENT_4DWAVE_DX && in pcn_match()
551 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_AMD) in pcn_match()
554 switch (PCI_PRODUCT(pa->pa_id)) { in pcn_match()
H A Dvirtio.c89 switch (PCI_VENDOR(pa->pa_id)) { in virtio_match()
92 PCI_PRODUCT(pa->pa_id)) && in virtio_match()
93 (PCI_PRODUCT(pa->pa_id) <= in virtio_match()
H A Dauvia.c279 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_VIATECH) in auvia_match()
281 switch (PCI_PRODUCT(pa->pa_id)) { in auvia_match()
362 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_VIATECH_VT8233_AC97) { in auvia_attach()
H A Dfms.c216 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_FORTEMEDIA) in fms_match()
218 if (PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_FORTEMEDIA_FM801) in fms_match()
H A Dismt.c797 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INTEL) in ismt_match()
800 switch (PCI_PRODUCT(pa->pa_id)) { in ismt_match()
H A Dsisfb.c218 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_SIS) in sisfb_match()
221 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SIS_315PRO_VGA) in sisfb_match()
H A Dsiop_pci_common.c247 siop_lookup_product(pa->pa_id, PCI_REVISION(pa->pa_class)); in siop_pci_attach_common()
H A Dif_cas.c171 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN && in cas_match()
172 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SUN_CASSINI)) in cas_match()
175 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NS && in cas_match()
176 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_NS_SATURN)) in cas_match()
H A Desa.c987 switch (PCI_VENDOR(pa->pa_id)) { in esa_match()
989 switch(PCI_PRODUCT(pa->pa_id)) { in esa_match()
1024 if (PCI_VENDOR(pa->pa_id) == card->pci_vendor_id && in esa_attach()
1025 PCI_PRODUCT(pa->pa_id) == card->pci_product_id) { in esa_attach()
H A Dahd_pci.c304 entry = ahd_find_pci_device(pa->pa_id, subid); in ahd_pci_probe()
335 entry = ahd_find_pci_device(pa->pa_id, subid); in ahd_pci_attach()
H A Dtwe.c296 return (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_3WARE && in twe_match()
297 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_3WARE_ESCALADE || in twe_match()
298 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_3WARE_ESCALADE_ASIC)); in twe_match()
H A Dauacer.c245 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ALI && in auacer_match()
246 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ALI_M5455) in auacer_match()
H A Dif_sk.c1113 if (PCI_VENDOR(pa->pa_id) == psk->sk_vendor && in sk_lookup()
1114 PCI_PRODUCT(pa->pa_id) == psk->sk_product) in sk_lookup()
1134 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_LINKSYS && in skc_probe()
1135 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_LINKSYS_EG1032 && in skc_probe()
1711 switch (pa->pa_id) { in skc_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/linux/
H A Dpci.h194 pdev->vendor = PCI_VENDOR(pa->pa_id); in linux_pci_dev_init()
195 pdev->device = PCI_PRODUCT(pa->pa_id); in linux_pci_dev_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_acpi.c277 if (!DEVICE_IS_VGA_PCI(pa->pa_class, pa->pa_id)) in intel_dsm_vga_match()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/
H A Dnsp.c257 if (PCI_VENDOR(pa->pa_id) == nspp->nsp_vendor && in nsp_lookup()
258 PCI_PRODUCT(pa->pa_id) == nspp->nsp_product) in nsp_lookup()
423 nip->PCIinfo.vendor_id = PCI_VENDOR(pa->pa_id); in nsp_attach()
424 nip->PCIinfo.device_id = PCI_PRODUCT(pa->pa_id); in nsp_attach()

12345678910