Home
last modified time | relevance | path

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

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