Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtmio_mmc.h77 #define TMIO_STAT_CMD_BUSY BIT(30) macro
H A Drenesas_sdhi_core.c836 u32 wait_state = (bit == TMIO_STAT_CMD_BUSY ? TMIO_STAT_CMD_BUSY : 0); in renesas_sdhi_wait_idle()
864 bit = TMIO_STAT_CMD_BUSY; in renesas_sdhi_write16_hook()
H A Dtmio_mmc_core.c546 if (!(status & TMIO_STAT_CMD_BUSY)) in tmio_mmc_data_irq()