Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Darm_pl180_mmci.c24 u32 hoststatus, statusmask; in wait_for_command_end() local
34 hoststatus = readl(&host->base->status) & statusmask; in wait_for_command_end()
35 while (!hoststatus); in wait_for_command_end()
38 if (hoststatus & SDI_STA_CTIMEOUT) { in wait_for_command_end()
41 } else if ((hoststatus & SDI_STA_CCRCFAIL) && in wait_for_command_end()