Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h210 #define DLL_FORCE_SR_C_MASK 0x7f macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-omap.c45 #define DLL_FORCE_SR_C_MASK (0x7f << DLL_FORCE_SR_C_SHIFT) macro
288 reg &= ~DLL_FORCE_SR_C_MASK; in sdhci_omap_set_dll()
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c600 val &= ~(DLL_FORCE_SR_C_MASK << DLL_FORCE_SR_C_SHIFT); in omap_hsmmc_set_dll()