Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.h73 #define SDI_STA_CCRCFAIL 0x00000001 macro
H A Darm_pl180_mmci.c41 statusmask = SDI_STA_CTIMEOUT | SDI_STA_CCRCFAIL; in wait_for_command_end()
55 } else if ((hoststatus & SDI_STA_CCRCFAIL) && in wait_for_command_end()