Searched refs:SDC_STS_CMDBUSY (Results 1 – 3 of 3) sorted by relevance
245 #define SDC_STS_CMDBUSY (0x1 << 1) /* RW */ macro
213 #define sdc_is_cmd_busy() (readl(host->base + SDC_STS) & SDC_STS_CMDBUSY)
193 #define SDC_STS_CMDBUSY (0x1 << 1) /* RW */ macro1024 while ((readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) && in msdc_cmd_is_ready()1027 if (readl(host->base + SDC_STS) & SDC_STS_CMDBUSY) { in msdc_cmd_is_ready()