Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_esdhc.h88 #define PRSSTAT_CINS (0x00010000) macro
Dfsl_esdhc_imx.h96 #define PRSSTAT_CINS (0x00010000) macro
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c624 while (!(esdhc_read32(&regs->prsstat) & PRSSTAT_CINS) && --timeout) in esdhc_getcd_common()
Dfsl_esdhc_imx.c1101 while (!(esdhc_read32(&regs->prsstat) & PRSSTAT_CINS) && --timeout) in esdhc_getcd_common()