Home
last modified time | relevance | path

Searched refs:PCI_STATUS_CAP_LIST (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dsh_pci.c151 pci_set_word(d->config + PCI_STATUS, PCI_STATUS_CAP_LIST | in sh_pcic_pci_realize()
/openbmc/u-boot/drivers/pci/
H A Dpci.c493 if (!(status & PCI_STATUS_CAP_LIST)) in pci_hose_find_cap_start()
H A Dpci-uclass.c1395 if (!(status & PCI_STATUS_CAP_LIST)) in dm_pci_find_capability()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c271 reg_field |= PCI_STATUS_CAP_LIST; in xen_pt_status_reg_init()
273 reg_field &= ~PCI_STATUS_CAP_LIST; in xen_pt_status_reg_init()
1887 if ((status & PCI_STATUS_CAP_LIST) == 0) { in find_cap_offset()
/openbmc/u-boot/include/
H A Dpci.h36 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
/openbmc/qemu/tests/qtest/
H A Dahci-test.c270 ASSERT_BIT_SET(data, PCI_STATUS_CAP_LIST); /* must be set */ in ahci_test_pci_spec()