diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-10-12 09:00:52 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-10-19 18:17:07 -0400 |
commit | 20a5b6d043a9a12d01cec76993ba3658a6d36ba7 (patch) | |
tree | 6a2d943828027a758f6c26c97dc10a6975084b02 /drivers/dma/ste_dma40_ll.h | |
parent | 38bdbf020ad7ae1bca564a7db238cdf8b2f462a8 (diff) |
ste_dma40: move mode_opt to separate config
Defaults are "basic mode" for physical channels, and "logical source
logical destination" for logical channels.
Acked-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/ste_dma40_ll.h')
-rw-r--r-- | drivers/dma/ste_dma40_ll.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/ste_dma40_ll.h b/drivers/dma/ste_dma40_ll.h index 37f81e84cd13..9e419b907544 100644 --- a/drivers/dma/ste_dma40_ll.h +++ b/drivers/dma/ste_dma40_ll.h | |||
@@ -130,6 +130,13 @@ | |||
130 | #define D40_DREG_PRMSO 0x014 | 130 | #define D40_DREG_PRMSO 0x014 |
131 | #define D40_DREG_PRMOE 0x018 | 131 | #define D40_DREG_PRMOE 0x018 |
132 | #define D40_DREG_PRMOO 0x01C | 132 | #define D40_DREG_PRMOO 0x01C |
133 | #define D40_DREG_PRMO_PCHAN_BASIC 0x1 | ||
134 | #define D40_DREG_PRMO_PCHAN_MODULO 0x2 | ||
135 | #define D40_DREG_PRMO_PCHAN_DOUBLE_DST 0x3 | ||
136 | #define D40_DREG_PRMO_LCHAN_SRC_PHY_DST_LOG 0x1 | ||
137 | #define D40_DREG_PRMO_LCHAN_SRC_LOG_DST_PHY 0x2 | ||
138 | #define D40_DREG_PRMO_LCHAN_SRC_LOG_DST_LOG 0x3 | ||
139 | |||
133 | #define D40_DREG_LCPA 0x020 | 140 | #define D40_DREG_LCPA 0x020 |
134 | #define D40_DREG_LCLA 0x024 | 141 | #define D40_DREG_LCLA 0x024 |
135 | #define D40_DREG_ACTIVE 0x050 | 142 | #define D40_DREG_ACTIVE 0x050 |