Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_esdhc.h52 #define IRQSTAT_TC (0x00000002) macro
58 #define DATA_COMPLETE (IRQSTAT_TC | IRQSTAT_DINT)
Dfsl_esdhc_imx.h60 #define IRQSTAT_TC (0x00000002) macro
66 #define DATA_COMPLETE (IRQSTAT_TC | IRQSTAT_DINT)
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c158 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()
181 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()
Dfsl_esdhc_imx.c226 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()
249 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()