Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h149 #define SOFTRESETALL (0x1 << 24) macro
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c828 writel(readl(&mmc_base->sysctl) | SOFTRESETALL, &mmc_base->sysctl); in omap_hsmmc_init_setup()
830 while ((readl(&mmc_base->sysctl) & SOFTRESETALL) != 0x0) { in omap_hsmmc_init_setup()