Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h113 #define TEGRA_MMC_SWRST_SW_RESET_FOR_ALL (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dtegra_mmc.c486 writeb(TEGRA_MMC_SWRST_SW_RESET_FOR_ALL, &priv->reg->swrst); in tegra_mmc_reset()
494 while (readb(&priv->reg->swrst) & TEGRA_MMC_SWRST_SW_RESET_FOR_ALL) { in tegra_mmc_reset()