Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_esdhc.h34 #define SYSCTL_RSTA 0x01000000 macro
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c946 esdhc_setbits32(&regs->sysctl, SYSCTL_RSTA); in esdhc_init_common()
950 while ((esdhc_read32(&regs->sysctl) & SYSCTL_RSTA)) { in esdhc_init_common()
1029 esdhc_setbits32(&regs->sysctl, SYSCTL_RSTA); in esdhc_reset()
1033 while ((esdhc_read32(&regs->sysctl) & SYSCTL_RSTA)) { in esdhc_reset()