summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fsl_esdhc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
index a0b1f5c..e32d7d2 100644
--- a/include/fsl_esdhc.h
+++ b/include/fsl_esdhc.h
@@ -155,6 +155,10 @@
#define ESDHC_DLLCTRL_SLV_OVERRIDE_VAL_MASK 0x0000FC00
#define ESDHC_DLLCTRL_SLV_OVERRIDE_VAL_SHIFT 10
#define ESDHC_DLLCTRL_SLV_OVERRIDE 0x200
+#define ESDHC_DLLCTRL_TARGET_MASK 0x00000078
+#define ESDHC_DLLCTRL_TARGET_SHIFT 3
+#define ESDHC_DLL_TARGET_DEFAULT_VAL 4
+#define ESDHC_DLLSTS_SLV_LOCK_MASK 0x00000001
struct fsl_esdhc_cfg {
u32 esdhc_base;