Home
last modified time | relevance | path

Searched refs:PCI_CAP_LIST_ID (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci.c520 pos + PCI_CAP_LIST_ID, &id); in pci_find_cap()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1844 reg_field + PCI_CAP_LIST_ID, &cap_id); in xen_pt_ptr_reg_init()
1847 reg_field + PCI_CAP_LIST_ID, rc); in xen_pt_ptr_reg_init()
1901 pos + PCI_CAP_LIST_ID, &id)) { in find_cap_offset()
/openbmc/u-boot/include/
H A Dpci.h315 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro