Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_esdhc.h61 #define IRQSTAT_TC (0x00000002) macro
67 #define DATA_COMPLETE (IRQSTAT_TC | IRQSTAT_DINT)
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c217 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()
240 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()