Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h57 #define SDHC_CMD_ABORT ((1 << 6)|(1 << 7)) macro
H A Dsdhci.c974 !(SDHC_COMMAND_TYPE(s->cmdreg) == SDHC_CMD_ABORT))))) { in sdhci_can_issue_command()