Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h189 #define SDHC_ACMD12ERRSTS 0x3C macro
190 FIELD(SDHC_ACMD12ERRSTS, TIMEOUT_ERR, 1, 1);
191 FIELD(SDHC_ACMD12ERRSTS, CRC_ERR, 2, 1);
192 FIELD(SDHC_ACMD12ERRSTS, INDEX_ERR, 4, 1);
H A Dsdhci.c1056 case SDHC_ACMD12ERRSTS: in sdhci_read()
1319 case SDHC_ACMD12ERRSTS: in sdhci_write()