Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_esdhc.h61 #define IRQSTAT_TC (0x00000002) macro
67 #define DATA_COMPLETE (IRQSTAT_TC | IRQSTAT_DINT)
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dfsl_esdhc.c189 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()
212 while (size && (!(irqstat & IRQSTAT_TC))) { in esdhc_pio_read_write()