kernel/eka/include/drivers/mmc.h
changeset 291 206a6eaaeb71
parent 287 ddfd5aa0d58f
equal deleted inserted replaced
289:55a0a1279a7e 291:206a6eaaeb71
  2284 const TUint32 KMMCCmdFlagDoubleBuffer=  KBit7;  // The current DT command is double-buffered
  2284 const TUint32 KMMCCmdFlagDoubleBuffer=  KBit7;  // The current DT command is double-buffered
  2285 const TUint32 KMMCCmdFlagPhysAddr=		KBit8;  // Address is a physical address
  2285 const TUint32 KMMCCmdFlagPhysAddr=		KBit8;  // Address is a physical address
  2286 const TUint32 KMMCCmdFlagReliableWrite=	KBit9;  // Current command is Reliable Write
  2286 const TUint32 KMMCCmdFlagReliableWrite=	KBit9;  // Current command is Reliable Write
  2287 const TUint32 KMMCCmdFlagDeleteNotify=  KBit10; // Current command is Delete Notify
  2287 const TUint32 KMMCCmdFlagDeleteNotify=  KBit10; // Current command is Delete Notify
  2288 const TUint32 KMMCCmdFlagRpmbIO=        KBit11; // Current command is of RPMB type
  2288 const TUint32 KMMCCmdFlagRpmbIO=        KBit11; // Current command is of RPMB type
       
  2289 const TUint32 KMMCCmdFlagIgnoreStatus=  KBit12; // Ignore card status from response
  2289 
  2290 
  2290 const TUint32 KMMCCmdFlagASSPFlags=	KMMCCmdFlagBytesValid	|
  2291 const TUint32 KMMCCmdFlagASSPFlags=	KMMCCmdFlagBytesValid	|
  2291 									KMMCCmdFlagTransStopped	|
  2292 									KMMCCmdFlagTransStopped	|
  2292 									KMMCCmdFlagStatusReceived;
  2293 									KMMCCmdFlagStatusReceived;
  2293 
  2294