Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/
Domap_mmc.h213 #define DLL_CALIB BIT(1) macro
/external/u-boot/drivers/mmc/
Domap_hsmmc.c600 val |= DLL_CALIB; in omap_hsmmc_set_dll()
603 if (readl(&mmc_base->dll) & DLL_CALIB) in omap_hsmmc_set_dll()
606 val &= ~DLL_CALIB; in omap_hsmmc_set_dll()