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