Home
last modified time | relevance | path

Searched refs:pa_id (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_gem_pci.c99 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN && in gem_pci_match()
101 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SUN_GEMNETWORK)) in gem_pci_match()
104 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE && in gem_pci_match()
105 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_GMAC || in gem_pci_match()
106 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_GMAC2 || in gem_pci_match()
107 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_GMAC3 || in gem_pci_match()
109 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_K2_GMAC || in gem_pci_match()
191 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN) { in gem_pci_attach()
196 } else if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE) { in gem_pci_attach()
197 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_GMAC || in gem_pci_attach()
[all …]
H A Dadv_pci.c97 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adv_pci_match()
98 switch (PCI_PRODUCT(pa->pa_id)) { in adv_pci_match()
125 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adv_pci_attach()
126 switch (PCI_PRODUCT(pa->pa_id)) { in adv_pci_attach()
175 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ADVSYS_1200A || in adv_pci_attach()
176 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ADVSYS_1200B) { in adv_pci_attach()
180 } else if ((PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ADVSYS_ULTRA) in adv_pci_attach()
205 sc->pci_device_id = pa->pa_id; in adv_pci_attach()
H A Dslide.c85 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYMPHONY) { in slide_match()
86 if (pciide_lookup_product(pa->pa_id, pciide_symphony_products)) in slide_match()
89 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_WINBOND) { in slide_match()
90 if (pciide_lookup_product(pa->pa_id, pciide_winbond_products)) in slide_match()
105 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYMPHONY) in slide_attach()
106 pp = pciide_lookup_product(pa->pa_id, pciide_symphony_products); in slide_attach()
107 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_WINBOND) in slide_attach()
108 pp = pciide_lookup_product(pa->pa_id, pciide_winbond_products); in slide_attach()
118 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_WINBOND || in sl82c105_bugchk()
119 PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_WINBOND_W83C553F_0) in sl82c105_bugchk()
H A Damdpm.c71 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD) { in amdpm_match()
72 switch (PCI_PRODUCT(pa->pa_id)) { in amdpm_match()
78 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NVIDIA) { in amdpm_match()
79 switch (PCI_PRODUCT(pa->pa_id)) { in amdpm_match()
112 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_NVIDIA_XBOX_SMBUS) in amdpm_attach()
129 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_PBC8111_ACPI || in amdpm_attach()
172 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_PBC8111_ACPI || in amdpm_attach()
173 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_PBC768_PMC || in amdpm_attach()
H A Dbha_pci.c67 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_BUSLOGIC) in bha_pci_match()
70 if (PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC && in bha_pci_match()
71 PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_BUSLOGIC_MULTIMASTER) in bha_pci_match()
105 if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC) in bha_pci_attach()
107 else if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_BUSLOGIC_MULTIMASTER) in bha_pci_attach()
H A Dpuc.c114 desc = puc_find_description(PCI_VENDOR(pa->pa_id), in puc_match()
115 PCI_PRODUCT(pa->pa_id), PCI_VENDOR(subsys), PCI_PRODUCT(subsys)); in puc_match()
153 sc->sc_desc = puc_find_description(PCI_VENDOR(pa->pa_id), in puc_attach()
154 PCI_PRODUCT(pa->pa_id), PCI_VENDOR(subsys), PCI_PRODUCT(subsys)); in puc_attach()
238 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYSTEMBASE && in puc_attach()
239 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SYSTEMBASE_SB16C1050 || in puc_attach()
240 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SYSTEMBASE_SB16C1054 || in puc_attach()
241 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SYSTEMBASE_SB16C1058)) { in puc_attach()
H A Dadw_pci.c83 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adw_pci_match()
84 switch (PCI_PRODUCT(pa->pa_id)) { in adw_pci_match()
112 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adw_pci_attach()
113 switch (PCI_PRODUCT(pa->pa_id)) { in adw_pci_attach()
H A Dif_re_pci.c128 if (PCI_VENDOR(pa->pa_id) != re_devs[i].rtk_vid) in re_pci_lookup()
130 if (PCI_PRODUCT(pa->pa_id) == re_devs[i].rtk_did) in re_pci_lookup()
152 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_LINKSYS && in re_pci_match()
153 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_LINKSYS_EG1032) { in re_pci_match()
159 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_REALTEK && in re_pci_match()
160 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REALTEK_RT8139) { in re_pci_match()
H A Dpiixpm.c122 switch (PCI_VENDOR(pa->pa_id)) { in piixpm_match()
124 switch (PCI_PRODUCT(pa->pa_id)) { in piixpm_match()
131 switch (PCI_PRODUCT(pa->pa_id)) { in piixpm_match()
140 switch (PCI_PRODUCT(pa->pa_id)) { in piixpm_match()
149 switch (PCI_PRODUCT(pa->pa_id)) { in piixpm_match()
173 sc->sc_id = pa->pa_id; in piixpm_attach()
187 if ((PCI_VENDOR(pa->pa_id) != PCI_VENDOR_INTEL) || in piixpm_attach()
217 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD && in piixpm_attach()
218 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_HUDSON_SMB) { in piixpm_attach()
225 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ATI && in piixpm_attach()
[all …]
H A Dchipsfb.c77 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CHIPS) && in chipsfb_pci_match()
78 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CHIPS_65550)) in chipsfb_pci_match()
80 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CHIPS) && in chipsfb_pci_match()
81 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CHIPS_65554)) in chipsfb_pci_match()
H A Dif_en_pci.c163 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_EFFICIENTNETS && in en_pci_match()
164 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_EFFICIENTNETS_ENI155PF || in en_pci_match()
165 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_EFFICIENTNETS_ENI155PA)) in en_pci_match()
170 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADP && in en_pci_match()
171 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ADP_AIC5900 || in en_pci_match()
172 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ADP_AIC5905)) in en_pci_match()
196 sc->is_adaptec = (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADP) ? 1 : 0; in en_pci_attach()
H A Diop_pci.c88 vendor = PCI_VENDOR(pa->pa_id); in iop_pci_match()
89 product = PCI_PRODUCT(pa->pa_id); in iop_pci_match()
149 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_DPT && in iop_pci_attach()
150 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_DPT_RAID_2005S) { in iop_pci_attach()
H A Dif_ral_pci.c177 if (PCI_VENDOR(pa->pa_id) == ral->ral_vendor && in ral_pci_match()
178 PCI_PRODUCT(pa->pa_id) == ral->ral_product) in ral_pci_match()
200 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_RALINK) { in ral_pci_attach()
201 switch (PCI_PRODUCT(pa->pa_id)) { in ral_pci_attach()
256 (*psc->sc_opns->attach)(sc, PCI_PRODUCT(pa->pa_id)); in ral_pci_attach()
H A Disp_pci.c435 switch (pa->pa_id) { in isp_pci_probe()
541 if (pa->pa_id == PCI_QLOGIC_ISP) { in isp_pci_attach()
549 if (pa->pa_id == PCI_QLOGIC_ISP1080) { in isp_pci_attach()
557 if (pa->pa_id == PCI_QLOGIC_ISP1240) { in isp_pci_attach()
566 if (pa->pa_id == PCI_QLOGIC_ISP1280) { in isp_pci_attach()
596 if (pa->pa_id == PCI_QLOGIC_ISP2100) { in isp_pci_attach()
615 if (pa->pa_id == PCI_QLOGIC_ISP2200) { in isp_pci_attach()
626 if (pa->pa_id == PCI_QLOGIC_ISP2300 || in isp_pci_attach()
627 pa->pa_id == PCI_QLOGIC_ISP2312 || in isp_pci_attach()
628 pa->pa_id == PCI_QLOGIC_ISP6312) { in isp_pci_attach()
[all …]
H A Dif_ath_pci.c118 devname = ath_hal_probe(PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id)); in ath_pci_match()
166 devname = ath_hal_probe(PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id)); in ath_pci_attach()
208 if (ath_attach(PCI_PRODUCT(pa->pa_id), sc) != 0) in ath_pci_attach()
H A Dfwohci_pci.c82 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE) && in fwohci_pci_match()
83 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_PBG3_FW)) in fwohci_pci_match()
131 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN) && in fwohci_pci_attach()
132 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_SUN_FIREWIRE)) in fwohci_pci_attach()
H A Djoy_pci.c65 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CREATIVELABS && in joy_pci_match()
66 (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CREATIVELABS_SBJOY || in joy_pci_match()
67 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_CREATIVELABS_SBJOY2)) in joy_pci_match()
H A Di82365_pci.c95 switch (PCI_VENDOR(pa->pa_id)) { in pcic_pci_match()
97 switch (PCI_PRODUCT(pa->pa_id)) { in pcic_pci_match()
160 switch (PCI_PRODUCT(pa->pa_id)) { in pcic_pci_attach()
H A Dsti_pci.c86 if (PCI_VENDOR(paa->pa_id) != PCI_VENDOR_HP) in sti_pci_match()
89 if (PCI_PRODUCT(paa->pa_id) == PCI_PRODUCT_HP_VISUALIZE_EG || in sti_pci_match()
90 PCI_PRODUCT(paa->pa_id) == PCI_PRODUCT_HP_VISUALIZE_FX2 || in sti_pci_match()
91 PCI_PRODUCT(paa->pa_id) == PCI_PRODUCT_HP_VISUALIZE_FX4 || in sti_pci_match()
92 PCI_PRODUCT(paa->pa_id) == PCI_PRODUCT_HP_VISUALIZE_FX6 || in sti_pci_match()
93 PCI_PRODUCT(paa->pa_id) == PCI_PRODUCT_HP_VISUALIZE_FXE) in sti_pci_match()
H A Dgeodeide.c81 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CYRIX || in geodeide_match()
82 PCI_VENDOR(pa->pa_id) == PCI_VENDOR_NS) && in geodeide_match()
85 pciide_lookup_product(pa->pa_id, pciide_geode_products)) in geodeide_match()
99 pciide_lookup_product(pa->pa_id, pciide_geode_products)); in geodeide_attach()
H A Dif_esh_pci.c90 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_ESSENTIAL) in esh_pci_match()
93 switch (PCI_PRODUCT(pa->pa_id)) { in esh_pci_match()
126 switch (PCI_PRODUCT(pa->pa_id)) { in esh_pci_attach()
H A Dtoshide.c89 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_TOSHIBA2) { in piccolo_match()
90 if (pciide_lookup_product(pa->pa_id, pciide_toshiba2_products)) in piccolo_match()
105 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_TOSHIBA2) in piccolo_attach()
106 pp = pciide_lookup_product(pa->pa_id, pciide_toshiba2_products); in piccolo_attach()
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_pa_idinterp.cpp69 DiscreteLinearOperator pa_id(&h1_fespace, &nd_fespace); in compare_pa_id_assembly() local
70 pa_id.SetAssemblyLevel(AssemblyLevel::PARTIAL); in compare_pa_id_assembly()
71 pa_id.AddDomainInterpolator(new IdentityInterpolator); in compare_pa_id_assembly()
72 pa_id.Assemble(); in compare_pa_id_assembly()
73 pa_id.Finalize(); in compare_pa_id_assembly()
95 pa_id.MultTranspose(x, pa_y); in compare_pa_id_assembly()
100 pa_id.Mult(x, pa_y); in compare_pa_id_assembly()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/projects/inc/
H A Dclass.soprojects.inc.php785 function exists($action, $check = 'number', $num = '', $pa_id = '') argument
787 $pa_id = intval($pa_id);
797 if ($pa_id > 0)
799 $editexists = ' and id !=' . $pa_id;
1128 function delete_pa($action, $pa_id, $subs = False) argument
1130 $pa_id = intval($pa_id);
1141 $subdelete = ' OR parent =' . $pa_id;
1144 $this->db->query("DELETE from $p_table where id=" . $pa_id . $subdelete,__LINE__,__FILE__);
1155 $subdelete = ' or pro_parent=' . $pa_id;
1176 $this->db->query('DELETE from phpgw_p_delivery where project_id=' . $pa_id,__LINE__,__FILE__);
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/marvell/
H A Dpchb.c58 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MARVELL) in pchb_match()
59 switch (PCI_PRODUCT(pa->pa_id)) { in pchb_match()

12345678910