Searched refs:pci_cap (Results 1 – 1 of 1) sorted by relevance
9594 } pci_cap; local9617 pci_read(sc, PCI_CAPABILITY_LIST, &pci_cap.next, 1);9619 pci_read(sc, PCIR_CAP_PTR, &pci_cap.next, 1);9621 while (pci_cap.next) {9622 cap->addr = pci_cap.next & ~3;9623 pci_read(sc, pci_cap.next & ~3, &pci_cap, 2);9624 if (pci_cap.id == 0xff)9626 cap->id = pci_cap.id;