Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmvebu_mmc.h98 #define SDIO_CMD_CHECK_DATACRC16 (1 << 2) macro
/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c142 resptype |= SDIO_CMD_DATA_PRESENT | SDIO_CMD_CHECK_DATACRC16; in mvebu_mmc_send_cmd()