Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dtmio.h43 #define TMIO_MMC_BLKSZ_2BYTES BIT(1) macro
/openbmc/linux/drivers/mmc/host/
H A Drenesas_sdhi_core.c1029 mmc_data->flags |= TMIO_MMC_BLKSZ_2BYTES; in renesas_sdhi_probe()
H A Dtmio_mmc_core.c739 int blksz_2bytes = pdata->flags & TMIO_MMC_BLKSZ_2BYTES; in tmio_mmc_start_data()