Home
last modified time | relevance | path

Searched refs:PCI_BIST (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Di440fx-test.c73 g_assert_cmpint(qpci_config_readb(dev, PCI_BIST), ==, 0x00); in test_i440fx_defaults()
H A Dahci-test.c314 datab = qpci_config_readb(ahci->dev, PCI_BIST); in ahci_test_pci_spec()
/openbmc/u-boot/cmd/
H A Dpci.c181 { "BIST", PCI_SIZE_8, PCI_BIST },
/openbmc/u-boot/include/
H A Dpci.h189 #define PCI_BIST 0x0f /* 8 bits */ macro