Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c127 #define HOST_F_XMIT 0x0001 macro
153 (((h)->flags & HOST_F_XMIT) ? (h)->tx_chan : (h)->rx_chan)
350 while ((host->flags & HOST_F_XMIT) && (status & SD_STATUS_DB)) in au1xmmc_data_complete()
358 if (host->flags & HOST_F_XMIT) in au1xmmc_data_complete()
404 if (!(host->flags & HOST_F_XMIT)) in au1xmmc_send_pio()
578 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
627 host->flags |= HOST_F_XMIT; in au1xmmc_prepare_data()
658 if (host->flags & HOST_F_XMIT) { in au1xmmc_prepare_data()
676 if (host->flags & HOST_F_XMIT) in au1xmmc_prepare_data()
836 if ((host->flags & HOST_F_XMIT) && (status & STATUS_DATA_OUT)) in au1xmmc_irq()