Home | History | Annotate | Download | only in ArmDmaLib

Lines Matching refs:Operation

32   DMA_MAP_OPERATION         Operation;

52 Operation is relative to the DMA bus master.
54 @param Operation Indicates if the bus master is going to read or write to system memory.
72 IN DMA_MAP_OPERATION Operation,
88 if (Operation >= MapOperationMaximum) {
122 if (Operation == MapOperationBusMasterCommonBuffer) {
124 "%a: Operation type 'MapOperationBusMasterCommonBuffer' is only supported\n"
141 if (Operation == MapOperationBusMasterRead) {
156 // The operation type check above only executes if the buffer happens to be
165 ASSERT (Operation != MapOperationBusMasterCommonBuffer ||
177 Map->Operation = Operation;
192 operation and releases any corresponding resources.
220 ASSERT (Map->Operation != MapOperationBusMasterCommonBuffer);
222 if (Map->Operation == MapOperationBusMasterCommonBuffer) {
224 } else if (Map->Operation == MapOperationBusMasterWrite) {
232 if (Map->Operation == MapOperationBusMasterWrite) {