Searched refs:SDC_STS_CMDBUSY (Results 1 – 1 of 1) sorted by relevance
199 #define SDC_STS_CMDBUSY (0x1 << 1) /* RW */ macro1207 while ((readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) && in msdc_cmd_is_ready()1210 if (readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) { in msdc_cmd_is_ready()