HomeSort by: relevance | last modified time | path
    Searched defs:pciid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/pci/
amdsmn.c 70 static const struct pciid { struct
  /src/sys/arch/sandpoint/stand/altboot/
pci.c 73 unsigned pciid; local in function:pcifinddev
76 pciid = PCI_DEVICE(vend, prod);
77 if (_pcilookup(0, devmatch, pciid, &target, 0, 1)) {
161 unsigned pciid, bhlcr; local in function:_buswalk
164 pciid = cfgread(bus, device, 0, PCI_ID_REG);
165 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
167 if (PCI_VENDOR(pciid) == 0)
172 pciid = cfgread(bus, device, function, PCI_ID_REG);
173 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
175 if (PCI_VENDOR(pciid) == 0
328 unsigned pciid; local in function:devmatch
347 unsigned pciid, bhlcr, class; local in function:_pcilookup
    [all...]

Completed in 12 milliseconds