Searched defs:S3C2410_SDIDSTA (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Ds3cmci.c51 #define S3C2410_SDIDSTA (0x34) macro
169 datsta = readl(host->base + S3C2410_SDIDSTA);
617 mci_dsta = readl(host->base + S3C2410_SDIDSTA);
623 writel(mci_dclear, host->base + S3C2410_SDIDSTA);
785 writel(mci_dclear, host->base + S3C2410_SDIDSTA);
994 while (readl(host->base + S3C2410_SDIDSTA) &
1142 writel(0xFFFFFFFF, host->base + S3C2410_SDIDSTA);

Completed in 16 milliseconds