Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h169 #define SD_STATUS_RC (0x00200000) macro
/Linux-v5.4/drivers/mmc/host/
Dau1xmmc.c355 crc = (status & (SD_STATUS_WC | SD_STATUS_RC)); in au1xmmc_data_complete()
363 __raw_writel(SD_STATUS_WC | SD_STATUS_RC, HOST_STATUS(host)); in au1xmmc_data_complete()
484 if (status & SD_STATUS_RC) { in au1xmmc_receive_pio()
573 if (status & (SD_STATUS_SC | SD_STATUS_WC | SD_STATUS_RC)) in au1xmmc_cmd_complete()