Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dau1xmmc.c125 #define HOST_F_XMIT 0x0001 macro
151 (((h)->flags & HOST_F_XMIT) ? (h)->tx_chan : (h)->rx_chan)
348 while ((host->flags & HOST_F_XMIT) && (status & SD_STATUS_DB)) in au1xmmc_data_complete()
356 if (host->flags & HOST_F_XMIT) in au1xmmc_data_complete()
402 if (!(host->flags & HOST_F_XMIT)) in au1xmmc_send_pio()
576 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
625 host->flags |= HOST_F_XMIT; in au1xmmc_prepare_data()
656 if (host->flags & HOST_F_XMIT) { in au1xmmc_prepare_data()
674 if (host->flags & HOST_F_XMIT) in au1xmmc_prepare_data()
834 if ((host->flags & HOST_F_XMIT) && (status & STATUS_DATA_OUT)) in au1xmmc_irq()