Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h117 #define TEGRA_MMC_NORINTSTS_XFER_COMPLETE (1 << 1) macro
/openbmc/u-boot/drivers/mmc/
H A Dtegra_mmc.c302 } else if (mask & TEGRA_MMC_NORINTSTS_XFER_COMPLETE) { in tegra_mmc_send_cmd_bounced()