Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.h42 #define SDHC_CMD_RESPONSE (3 << 0) macro
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c49 | SDHC_CMD_RESPONSE); in setup_sd_card()
/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h281 #define SDHC_CMD_RESPONSE (3 << 0) macro
H A Dsdhci.c341 if (s->cmdreg & SDHC_CMD_RESPONSE) { in sdhci_send_command()
365 (s->cmdreg & SDHC_CMD_RESPONSE) == SDHC_CMD_RSP_WITH_BUSY) { in sdhci_send_command()
973 ((s->cmdreg & SDHC_CMD_RESPONSE) == SDHC_CMD_RSP_WITH_BUSY && in sdhci_can_issue_command()