Home
last modified time | relevance | path

Searched refs:pciid (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dpci.c73 unsigned pciid; in pcifinddev() local
76 pciid = PCI_DEVICE(vend, prod); in pcifinddev()
77 if (_pcilookup(0, devmatch, pciid, &target, 0, 1)) { in pcifinddev()
161 unsigned pciid, bhlcr; in _buswalk() local
164 pciid = cfgread(bus, device, 0, PCI_ID_REG); in _buswalk()
165 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID) in _buswalk()
167 if (PCI_VENDOR(pciid) == 0) in _buswalk()
172 pciid = cfgread(bus, device, function, PCI_ID_REG); in _buswalk()
173 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID) in _buswalk()
175 if (PCI_VENDOR(pciid) == 0) in _buswalk()
[all …]
/netbsd-src/sys/arch/x86/pci/
H A Damdsmn.c70 static const struct pciid { struct
71 amdsmn_deviceidpciid global() argument
72 amdsmn_addr_regpciid global() argument
73 amdsmn_data_regpciid global() argument
/netbsd-src/sys/dev/pci/
H A Dhifn7751.c884 hifn_enable_crypto(struct hifn_softc *sc, pcireg_t pciid) in hifn_enable_crypto() argument
890 if (pci2id[i].pci_vendor == PCI_VENDOR(pciid) && in hifn_enable_crypto()
891 pci2id[i].pci_prod == PCI_PRODUCT(pciid)) { in hifn_enable_crypto()