Home
last modified time | relevance | path

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

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