Searched refs:PCI_CAP_EXTENDED (Results 1 – 6 of 6) sorted by relevance
| /pciutils/lmr/ |
| H A D | margin_hw.c | 107 struct pci_cap *lmr = pci_find_cap(dev, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED); in margin_check_ready_bit() 118 .lmr_cap_addr = pci_find_cap(dev, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED)->addr, in fill_dev_wrapper()
|
| H A D | margin_args.c | 82 if (pci_find_cap(p, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED) && margin_port_is_down(p)) in find_ready_links()
|
| /pciutils/ |
| H A D | setpci.c | 628 op->cap_type = PCI_CAP_EXTENDED; in parse_register() 653 op->cap_type = PCI_CAP_EXTENDED; in parse_register()
|
| H A D | pcilmr.c | 29 if (pci_find_cap(p, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED) && margin_port_is_down(p)) in scan_links()
|
| /pciutils/lib/ |
| H A D | caps.c | 79 pci_add_cap(d, where, id, PCI_CAP_EXTENDED); in pci_scan_ext_caps()
|
| H A D | pci.h | 258 #define PCI_CAP_EXTENDED 2 /* PCIe extended capabilities */ macro
|