Home | History | Annotate | Download | only in pci

Lines Matching defs:spp

130 	const struct sf_pci_product *spp, *subspp;
133 for (spp = sf_pci_products; spp->spp_name != NULL; spp++) {
134 if (PCI_VENDOR(pa->pa_id) == spp->spp_vendor &&
135 PCI_PRODUCT(pa->pa_id) == spp->spp_product) {
138 for (subspp = spp->spp_subsys;
147 return (spp);
173 const struct sf_pci_product *spp;
181 spp = sf_pci_lookup(pa);
182 if (spp == NULL) {
187 printf(": %s, rev. %d\n", spp->spp_name, PCI_REVISION(pa->pa_class));