Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c125 #define HOST_F_XMIT 0x0001 macro
151 (((h)->flags & HOST_F_XMIT) ? (h)->tx_chan : (h)->rx_chan)
332 while ((host->flags & HOST_F_XMIT) && (status & SD_STATUS_DB)) in au1xmmc_data_complete()
340 if (host->flags & HOST_F_XMIT) in au1xmmc_data_complete()
386 if (!(host->flags & HOST_F_XMIT)) in au1xmmc_send_pio()
560 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
609 host->flags |= HOST_F_XMIT; in au1xmmc_prepare_data()
640 if (host->flags & HOST_F_XMIT) { in au1xmmc_prepare_data()
658 if (host->flags & HOST_F_XMIT) in au1xmmc_prepare_data()
818 if ((host->flags & HOST_F_XMIT) && (status & STATUS_DATA_OUT)) in au1xmmc_irq()