Home | History | Annotate | Download | only in pci

Lines Matching defs:foundcap

1558 	pcireg_t val, foundcap;
1566 foundcap = PCI_HT_CAP(val);
1568 if (ht_captab[off].cap == foundcap)
1571 printf(" Capability Type: 0x%02x ", foundcap);
2782 pcireg_t foundcap;
2798 foundcap = PCI_CAPLIST_CAP(rval);
2799 if (foundcap < __arraycount(pci_captab)) {
2800 printf("%s)\n", pci_captab[foundcap].name);
2802 foundtable[foundcap] = true;
4622 pcireg_t foundcap;
4641 foundcap = PCI_EXTCAPLIST_CAP(rval);
4642 printf(" type: 0x%04x (", foundcap);
4643 if (foundcap < __arraycount(pci_extcaptab)) {
4644 printf("%s)\n", pci_extcaptab[foundcap].name);
4646 foundtable[foundcap] = true;