X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffsl_esdhc.h;h=ccfa9529d6adc0a89e50752ec38e6ce6e9f23314;hb=0e6985443278fc193c90fc2daeeefce853012d54;hp=9ef79609b9c3d2dbb2112662f4a1faedf8f66c76;hpb=16d5d5503207616d43dac2f5815c63916d23db18;p=karo-tx-uboot.git diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index 9ef79609b9..ccfa9529d6 100644 --- a/include/fsl_esdhc.h +++ b/include/fsl_esdhc.h @@ -79,6 +79,9 @@ #define IRQSTATEN_TC (0x00000002) #define IRQSTATEN_CC (0x00000001) +#define ESDHCCTL 0x0002e40c +#define ESDHCCTL_PCS (0x00080000) + #define PRSSTAT 0x0002e024 #define PRSSTAT_DAT0 (0x01000000) #define PRSSTAT_CLSL (0x00800000) @@ -87,6 +90,7 @@ #define PRSSTAT_CINS (0x00010000) #define PRSSTAT_BREN (0x00000800) #define PRSSTAT_BWEN (0x00000400) +#define PRSSTAT_SDSTB (0X00000008) #define PRSSTAT_DLA (0x00000004) #define PRSSTAT_CICHB (0x00000002) #define PRSSTAT_CIDHB (0x00000001)