Home
last modified time | relevance | path

Searched refs:PROCTL_INIT (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dfsl_esdhc.h97 #define PROCTL_INIT 0x00000020 macro
Dfsl_esdhc_imx.h105 #define PROCTL_INIT 0x00000020 macro
/external/u-boot/drivers/mmc/
Dfsl_esdhc_imx.c1070 esdhc_write32(&regs->proctl, PROCTL_INIT | PROCTL_D3CD); in esdhc_init_common()
1073 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()
1184 esdhc_write32(&regs->proctl, PROCTL_INIT | PROCTL_D3CD); in fsl_esdhc_init()
Dfsl_esdhc.c607 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()