Home
last modified time | relevance | path

Searched refs:SDHCI_PCI (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c29 #define SDHCI_PCI "sdhci-pci" macro
307 check_driver(SDHCI_PCI); in test_full_sample()
308 qos_node_consumes(SDHCI_PCI, PCIBUS, NULL); in test_full_sample()
309 check_produces(SDHCI_PCI, SDHCI); in test_full_sample()
327 check_driver(SDHCI_PCI); in test_full_sample_raspi()
328 qos_node_consumes(SDHCI_PCI, PCIBUS, NULL); in test_full_sample_raspi()
329 check_produces(SDHCI_PCI, SDHCI); in test_full_sample_raspi()
/openbmc/qemu/hw/sd/
H A DKconfig17 config SDHCI_PCI config