ppc: Remove mpc8308_p1m board
[platform/kernel/u-boot.git] / include / fsl_esdhc.h
index e6f1c75..f86afe5 100644 (file)
 
 /* DLL config 0 register */
 #define DLL_ENABLE             0x80000000
+#define DLL_RESET              0x40000000
 #define DLL_FREQ_SEL           0x08000000
 
+/* DLL config 1 register */
+#define DLL_PD_PULSE_STRETCH_SEL 0x80000000
+
+/* DLL status 0 register */
+#define DLL_STS_SLV_LOCK       0x08000000
+
 #define MAX_TUNING_LOOP                40
 
 #define HOSTVER_VENDOR(x)      (((x) >> 8) & 0xff)