| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /******************************************************************************* |
|---|
| 2 | 3 | Header File to describe Normal/enhanced descriptor functions used for RING |
|---|
| 3 | 4 | and CHAINED modes. |
|---|
| .. | .. |
|---|
| 8 | 9 | descriptors in case of the DMA is configured to work in chained or |
|---|
| 9 | 10 | in ring mode. |
|---|
| 10 | 11 | |
|---|
| 11 | | - This program is free software; you can redistribute it and/or modify it |
|---|
| 12 | | - under the terms and conditions of the GNU General Public License, |
|---|
| 13 | | - version 2, as published by the Free Software Foundation. |
|---|
| 14 | | - |
|---|
| 15 | | - This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 16 | | - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 17 | | - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 18 | | - more details. |
|---|
| 19 | | - |
|---|
| 20 | | - The full GNU General Public License is included in this distribution in |
|---|
| 21 | | - the file called "COPYING". |
|---|
| 22 | 12 | |
|---|
| 23 | 13 | Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> |
|---|
| 24 | 14 | *******************************************************************************/ |
|---|