Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h217 #define CAPA2_TSDR50 BIT(13) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-omap.c85 #define CAPA2_TSDR50 BIT(13) macro
340 if (ios->timing == MMC_TIMING_UHS_SDR50 && !(reg & CAPA2_TSDR50)) in sdhci_omap_execute_tuning()
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c637 ((mmc->selected_mode == UHS_SDR50) && (val & CAPA2_TSDR50)))) in omap_hsmmc_execute_tuning()