Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dsdmmc_defs.h33 #define MMCST0_RSPDNE (1 << 2) macro
/openbmc/u-boot/drivers/mmc/
H A Ddavinci_mmc.c253 status_rdy = MMCST0_RSPDNE;
269 if (mmcstatus & MMCST0_RSPDNE) {
/openbmc/linux/drivers/mmc/host/
H A Ddavinci_mmc.c84 #define MMCST0_RSPDNE BIT(2) /* command done */ macro
345 im_val = MMCST0_RSPDNE | MMCST0_CRCRS | MMCST0_TOUTRS; in mmc_davinci_start_command()
751 if (tmp & MMCST0_RSPDNE) { in mmc_davinci_set_ios()
996 if (qstatus & MMCST0_RSPDNE) { in mmc_davinci_irq()