Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dtmio.h77 #define TMIO_MMC_32BIT_DATA_PORT BIT(9) macro
/openbmc/linux/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c34 .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_32BIT_DATA_PORT |
H A Duniphier-sd.c655 tmio_data->flags |= TMIO_MMC_32BIT_DATA_PORT; in uniphier_sd_probe()
H A Dtmio_mmc_core.c353 if (host->pdata->flags & TMIO_MMC_32BIT_DATA_PORT) { in tmio_mmc_transfer_data()