Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dmtk-sd.c180 #define SDC_STS_CMDBUSY (0x1 << 1) /* RW */ macro
815 while ((readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) && in msdc_cmd_is_ready()
818 if (readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) { in msdc_cmd_is_ready()