Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h164 #define SD_STATUS_CR (0x00010000) macro
/Linux-v5.4/drivers/mmc/host/
Dau1xmmc.c319 while (!(status & SD_STATUS_CR)) in au1xmmc_send_command()
323 __raw_writel(SD_STATUS_CR, HOST_STATUS(host)); in au1xmmc_send_command()
829 else if (status & SD_STATUS_CR) { in au1xmmc_irq()