Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h164 #define SD_STATUS_CR (0x00010000) macro
/linux-4.4.14/drivers/mmc/host/
Dau1xmmc.c320 while (!(status & SD_STATUS_CR)) in au1xmmc_send_command()
324 __raw_writel(SD_STATUS_CR, HOST_STATUS(host)); in au1xmmc_send_command()
827 else if (status & SD_STATUS_CR) { in au1xmmc_irq()