Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c38 u32 hoststatus, statusmask; in wait_for_command_end() local
48 hoststatus = readl(&host->base->status) & statusmask; in wait_for_command_end()
49 while (!hoststatus); in wait_for_command_end()
52 if (hoststatus & SDI_STA_CTIMEOUT) { in wait_for_command_end()
55 } else if ((hoststatus & SDI_STA_CCRCFAIL) && in wait_for_command_end()