Searched refs:PCI_FILL_CAPS (Results 1 – 2 of 2) sorted by relevance
89 want_fields |= PCI_FILL_CAPS; in pci_scan_caps()91 if (want_fill(d, want_fields, PCI_FILL_CAPS)) in pci_scan_caps()133 pci_fill_info_v313(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS)); in pci_find_cap_nr()
227 #define PCI_FILL_CAPS 0x0040 /* capabilities */ macro