Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c172 (SDIO_ERR_CMD_TIMEOUT | SDIO_ERR_DATA_TIMEOUT)) { in mvebu_mmc_send_cmd()
234 (SDIO_ERR_CMD_TIMEOUT | SDIO_ERR_DATA_TIMEOUT)) in mvebu_mmc_send_cmd()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h182 #define SDIO_ERR_CMD_TIMEOUT (1 << 0) macro