Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dau1xmmc.c126 #define HOST_F_RECV 0x0002 macro
458 if (!(host->flags & HOST_F_RECV)) in au1xmmc_receive_pio()
576 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
591 if (host->flags & HOST_F_RECV) { in au1xmmc_cmd_complete()
623 host->flags |= HOST_F_RECV; in au1xmmc_prepare_data()
836 else if ((host->flags & HOST_F_RECV) && (status & STATUS_DATA_IN)) in au1xmmc_irq()