Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_esdhc.h62 #define IRQSTAT_CC (0x00000001) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dfsl_esdhc.c417 while (!(esdhc_read32(&regs->irqstat) & (IRQSTAT_CC | IRQSTAT_CTOE))) in esdhc_send_cmd_common()