Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c128 #define HOST_F_RECV 0x0002 macro
460 if (!(host->flags & HOST_F_RECV)) in au1xmmc_receive_pio()
578 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
593 if (host->flags & HOST_F_RECV) { in au1xmmc_cmd_complete()
625 host->flags |= HOST_F_RECV; in au1xmmc_prepare_data()
838 else if ((host->flags & HOST_F_RECV) && (status & STATUS_DATA_IN)) in au1xmmc_irq()