Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_esdhc.h204 #define ESDHC_STD_TUNING_EN BIT(24) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c105 #define ESDHC_STD_TUNING_EN (1 << 24) macro
1475 tmp |= ESDHC_STD_TUNING_EN; in sdhci_esdhc_imx_hwinit()
1514 tmp &= ~ESDHC_STD_TUNING_EN; in sdhci_esdhc_imx_hwinit()
/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc.c1274 val |= ESDHC_STD_TUNING_EN; in fsl_esdhc_init()