Home
last modified time | relevance | path

Searched refs:PCI_VENDOR (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dslide.c85 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYMPHONY) { in slide_match()
89 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_WINBOND) { in slide_match()
105 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYMPHONY) in slide_attach()
107 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_WINBOND) in slide_attach()
118 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_WINBOND || in sl82c105_bugchk()
H A Dpuccn.c113 if (PCI_VENDOR(reg) == PCI_VENDOR_INVALID in pucprobe_doit()
114 || PCI_VENDOR(reg) == 0) in pucprobe_doit()
155 desc = puc_find_description(PCI_VENDOR(pa.pa_id), in pucprobe_doit()
156 PCI_PRODUCT(pa.pa_id), PCI_VENDOR(subsys), PCI_PRODUCT(subsys)); in pucprobe_doit()
H A Diop_pci.c88 vendor = PCI_VENDOR(pa->pa_id); in iop_pci_match()
100 if (PCI_VENDOR(reg) == PCI_VENDOR_PROMISE) in iop_pci_match()
149 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_DPT && in iop_pci_attach()
160 printf("subid %x, %x\n", PCI_VENDOR(reg), PCI_PRODUCT(reg)); in iop_pci_attach()
H A Dciss_pci.c236 if ((PCI_VENDOR(pa->pa_id) == ciss_pci_devices[i].vendor && in ciss_pci_match()
238 (PCI_VENDOR(reg) == ciss_pci_devices[i].vendor && in ciss_pci_match()
264 if ((PCI_VENDOR(pa->pa_id) == ciss_pci_devices[i].vendor && in ciss_pci_attach()
266 (PCI_VENDOR(reg) == ciss_pci_devices[i].vendor && in ciss_pci_attach()
289 if (PCI_VENDOR(reg) == PCI_VENDOR_COMPAQ && in ciss_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()
H A Dagp_amd64.c105 switch (PCI_VENDOR(pa->pa_id)) { in agp_amd64_match()
172 if (PCI_VENDOR(reg) != PCI_VENDOR_NVIDIA || PCI_PRODUCT(reg) != devid) in agp_amd64_nvidia_match()
192 if (PCI_VENDOR(reg) != PCI_VENDOR_VIATECH || in agp_amd64_via_match()
228 if (PCI_VENDOR(id) == PCI_VENDOR_AMD && in agp_amd64_attach()
268 switch (PCI_VENDOR(sc->as_id)) { in agp_amd64_attach()
379 switch (PCI_VENDOR(sc->as_id)) { in agp_amd64_set_aperture()
H A Dsdhc_pci.c158 if ((PCI_VENDOR(pa->pa_id) == q->vendor) in sdhc_pci_lookup_quirk_flags()
170 vendor = PCI_VENDOR(id); in sdhc_pci_lookup_quirk_flags()
198 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_RICOH && in sdhc_pci_match()
368 if (PCI_VENDOR(id) != PCI_VENDOR_TI) { in sdhc_pci_quirk_ti_hack()
H A Dif_gem_pci.c99 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SUN && in gem_pci_match()
104 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE && 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()
H A Dadw_pci.c83 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adw_pci_match()
112 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) 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()
152 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_LINKSYS && in re_pci_match()
159 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_REALTEK && in re_pci_match()
H A Dmfi_pci.c158 if (mpd->mpd_vendor == PCI_VENDOR(pa->pa_id) && in mfi_pci_find_device()
262 if (PCI_VENDOR(subsysid) == st->st_vendor && in mfi_pci_attach()
273 PCI_VENDOR(subsysid), PCI_PRODUCT(subsysid)); in mfi_pci_attach()
H A Dchipsfb.c77 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CHIPS) && in chipsfb_pci_match()
80 if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CHIPS) && in chipsfb_pci_match()
H A Dadv_pci.c97 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adv_pci_match()
125 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ADVSYS) in adv_pci_attach()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_universe.c31 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
53 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
83 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_universe.c31 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
53 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
83 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0);
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) {
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Dcmd_universe.c31 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
53 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
83 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Duniverse.c14 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA macro
36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
66 if (((PCI_DEVICE <<16) | PCI_VENDOR) != readl(&dev->uregs->pci_id)) { in universe_init()

12345678910>>...14