kernel/eka/drivers/dma/dma2_shared.cpp
changeset 139 95f71bcdcdb7
parent 36 538db54a451d
equal deleted inserted replaced
109:b3a1d9898418 139:95f71bcdcdb7
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   135 	: iTransferCount(0),
   135 	: iTransferCount(0),
   136 	  iGraphicsOps(KDmaGraphicsOpNone),
   136 	  iGraphicsOps(KDmaGraphicsOpNone),
   137 	  iFlags(0),
   137 	  iFlags(0),
   138 	  iChannelPriority(KDmaPriorityNone),
   138 	  iChannelPriority(KDmaPriorityNone),
   139 	  iPslRequestInfo(0),
   139 	  iPslRequestInfo(0),
       
   140 	  iChannelCookie(0),
   140 	  iDelta(~0u),
   141 	  iDelta(~0u),
   141 	  iReserved1(0),
   142 	  iReserved1(0),
   142 	  iChannelCookie(0),
       
   143 	  iReserved2(0)
   143 	  iReserved2(0)
   144 	{
   144 	{
   145 	}
   145 	}
   146 
   146 
   147 
   147 
   200 	  iGraphicsOps(aGraphicOp),
   200 	  iGraphicsOps(aGraphicOp),
   201 	  iColour(aColour),
   201 	  iColour(aColour),
   202 	  iFlags(aFlags),
   202 	  iFlags(aFlags),
   203 	  iChannelPriority(aChannelPriority),
   203 	  iChannelPriority(aChannelPriority),
   204 	  iPslRequestInfo(aPslRequestInfo),
   204 	  iPslRequestInfo(aPslRequestInfo),
       
   205 	  iChannelCookie(0),
   205 	  iDelta(~0u),
   206 	  iDelta(~0u),
   206 	  iReserved1(0),
   207 	  iReserved1(0),
   207 	  iChannelCookie(0),
       
   208 	  iReserved2(0)
   208 	  iReserved2(0)
   209 	{
   209 	{
   210 	}
   210 	}