Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dau1xmmc.c126 #define HOST_F_RECV 0x0002 macro
442 if (!(host->flags & HOST_F_RECV)) in au1xmmc_receive_pio()
560 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
575 if (host->flags & HOST_F_RECV) { in au1xmmc_cmd_complete()
607 host->flags |= HOST_F_RECV; in au1xmmc_prepare_data()
820 else if ((host->flags & HOST_F_RECV) && (status & STATUS_DATA_IN)) in au1xmmc_irq()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dau1xmmc.c126 #define HOST_F_RECV 0x0002 macro
442 if (!(host->flags & HOST_F_RECV)) in au1xmmc_receive_pio()
560 trans = host->flags & (HOST_F_XMIT | HOST_F_RECV); in au1xmmc_cmd_complete()
575 if (host->flags & HOST_F_RECV) { in au1xmmc_cmd_complete()
607 host->flags |= HOST_F_RECV; in au1xmmc_prepare_data()
820 else if ((host->flags & HOST_F_RECV) && (status & STATUS_DATA_IN)) in au1xmmc_irq()

Completed in 4 milliseconds