Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dam654_sdhci.c104 #define DLL_CALIB BIT(4) macro
303 if (plat->flags & DLL_CALIB) { in am654_sdhci_init()
432 .flags = IOMUX_PRESENT | FREQSEL_2_BIT | DLL_PRESENT | DLL_CALIB |
438 .flags = DLL_PRESENT | DLL_CALIB,
475 .flags = DLL_PRESENT | DLL_CALIB,
A Domap_hsmmc.c611 val |= DLL_CALIB; in omap_hsmmc_set_dll()
614 if (readl(&mmc_base->dll) & DLL_CALIB) in omap_hsmmc_set_dll()
617 val &= ~DLL_CALIB; in omap_hsmmc_set_dll()
/u-boot/arch/arm/include/asm/
A Domap_mmc.h215 #define DLL_CALIB BIT(1) macro

Completed in 14 milliseconds