Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dfsl_esdhc.c633 esdhc_setbits32(&regs->sysctl, SYSCTL_RSTA); in esdhc_init_common()
637 while ((esdhc_read32(&regs->sysctl) & SYSCTL_RSTA)) { in esdhc_init_common()
715 esdhc_setbits32(&regs->sysctl, SYSCTL_RSTA); in esdhc_reset()
719 while ((esdhc_read32(&regs->sysctl) & SYSCTL_RSTA)) { in esdhc_reset()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_esdhc.h34 #define SYSCTL_RSTA 0x01000000 macro