Symbol: pciid
sys/arch/sandpoint/stand/altboot/pci.c
161
unsigned pciid, bhlcr;
sys/arch/sandpoint/stand/altboot/pci.c
164
pciid = cfgread(bus, device, 0, PCI_ID_REG);
sys/arch/sandpoint/stand/altboot/pci.c
165
if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
sys/arch/sandpoint/stand/altboot/pci.c
167
if (PCI_VENDOR(pciid) == 0)
sys/arch/sandpoint/stand/altboot/pci.c
172
pciid = cfgread(bus, device, function, PCI_ID_REG);
sys/arch/sandpoint/stand/altboot/pci.c
173
if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
sys/arch/sandpoint/stand/altboot/pci.c
175
if (PCI_VENDOR(pciid) == 0)
sys/arch/sandpoint/stand/altboot/pci.c
328
unsigned pciid;
sys/arch/sandpoint/stand/altboot/pci.c
330
pciid = cfgread(bus, dev, func, PCI_ID_REG);
sys/arch/sandpoint/stand/altboot/pci.c
331
return (pciid == (unsigned)data);
sys/arch/sandpoint/stand/altboot/pci.c
347
unsigned pciid, bhlcr, class;
sys/arch/sandpoint/stand/altboot/pci.c
350
pciid = cfgread(bus, device, 0, PCI_ID_REG);
sys/arch/sandpoint/stand/altboot/pci.c
351
if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
sys/arch/sandpoint/stand/altboot/pci.c
353
if (PCI_VENDOR(pciid) == 0)
sys/arch/sandpoint/stand/altboot/pci.c
367
pciid = cfgread(bus, device, function, PCI_ID_REG);
sys/arch/sandpoint/stand/altboot/pci.c
368
if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
sys/arch/sandpoint/stand/altboot/pci.c
370
if (PCI_VENDOR(pciid) == 0)
sys/arch/sandpoint/stand/altboot/pci.c
373
list[index].pvd = pciid;
sys/arch/sandpoint/stand/altboot/pci.c
73
unsigned pciid;
sys/arch/sandpoint/stand/altboot/pci.c
76
pciid = PCI_DEVICE(vend, prod);
sys/arch/sandpoint/stand/altboot/pci.c
77
if (_pcilookup(0, devmatch, pciid, &target, 0, 1)) {
sys/dev/pci/hifn7751.c
884
hifn_enable_crypto(struct hifn_softc *sc, pcireg_t pciid)
sys/dev/pci/hifn7751.c
890
if (pci2id[i].pci_vendor == PCI_VENDOR(pciid) &&
sys/dev/pci/hifn7751.c
891
pci2id[i].pci_prod == PCI_PRODUCT(pciid)) {