Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dau1xmmc.c126 #define HOST_F_XMIT 0x0001 macro
152 (((h)->flags & HOST_F_XMIT) ? (h)->tx_chan : (h)->rx_chan)
333 while ((host->flags & HOST_F_XMIT) && (status & SD_STATUS_DB)) in au1xmmc_data_complete()
341 if (host->flags & HOST_F_XMIT) in au1xmmc_data_complete()
387 if (!(host->flags & HOST_F_XMIT)) in au1xmmc_send_pio()
561 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
610 host->flags |= HOST_F_XMIT; in au1xmmc_prepare_data()
641 if (host->flags & HOST_F_XMIT) { in au1xmmc_prepare_data()
659 if (host->flags & HOST_F_XMIT) in au1xmmc_prepare_data()
819 if ((host->flags & HOST_F_XMIT) && (status & STATUS_DATA_OUT)) in au1xmmc_irq()