Home
last modified time | relevance | path

Searched refs:MMCST0_CRCRS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddavinci_mmc.c109 if (mmcstatus & MMCST0_CRCRS) in dmmc_check_status()
220 status_err |= MMCST0_CRCRS; in dmmc_send_cmd()
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/
H A Dsdmmc_defs.h39 #define MMCST0_CRCRS (1 << 7) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddavinci_mmc.c90 #define MMCST0_CRCRS BIT(7) /* command response CRC error */ macro
346 im_val = MMCST0_RSPDNE | MMCST0_CRCRS | MMCST0_TOUTRS; in mmc_davinci_start_command()
988 if (qstatus & MMCST0_CRCRS) { in mmc_davinci_irq()