Searched refs:MMCST0_CRCWR (Results 1 – 3 of 3) sorted by relevance
36 #define MMCST0_CRCWR (1 << 5) macro
87 #define MMCST0_CRCWR BIT(5) /* data write CRC error */ macro347 im_val |= MMCST0_DATDNE | MMCST0_CRCWR; in mmc_davinci_start_command()948 if (qstatus & (MMCST0_CRCWR | MMCST0_CRCRD)) { in mmc_davinci_irq()959 if (qstatus & MMCST0_CRCWR) { in mmc_davinci_irq()966 (qstatus & MMCST0_CRCWR) ? "write" : "read", in mmc_davinci_irq()
255 MMCST0_CRCWR | MMCST0_CRCRD);294 status_err = MMCST0_CRCWR;