Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmvebu_mmc.h150 #define SDIO_NOR_ERROR (1 << 15) macro
/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c167 if (mvebu_mmc_read(SDIO_NOR_INTR_STATUS) & SDIO_NOR_ERROR) { in mvebu_mmc_send_cmd()