Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dau1xmmc.c127 #define HOST_F_RECV 0x0002 macro
443 if (!(host->flags & HOST_F_RECV)) in au1xmmc_receive_pio()
561 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
576 if (host->flags & HOST_F_RECV) { in au1xmmc_cmd_complete()
608 host->flags |= HOST_F_RECV; in au1xmmc_prepare_data()
821 else if ((host->flags & HOST_F_RECV) && (status & STATUS_DATA_IN)) in au1xmmc_irq()