Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/platform_data/
Dhsmmc-omap.h25 #define OMAP_HSMMC_BROKEN_MULTIBLOCK_READ BIT(1) macro
/linux-6.1.9/arch/arm/mach-omap2/
Domap_hwmod_3xxx_data.c1229 OMAP_HSMMC_BROKEN_MULTIBLOCK_READ),
1274 .flags = OMAP_HSMMC_BROKEN_MULTIBLOCK_READ,
/linux-6.1.9/drivers/mmc/host/
Domap_hsmmc.c1692 .controller_flags = OMAP_HSMMC_BROKEN_MULTIBLOCK_READ,
1849 if (host->pdata->controller_flags & OMAP_HSMMC_BROKEN_MULTIBLOCK_READ) { in omap_hsmmc_probe()