diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-06-21 17:59:05 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-21 17:59:05 +0900 |
commit | f448e9c9dad6fb919ec74cd1b2c189efe952886f (patch) | |
tree | ebc7eafdef4ed53eec1679f6607ef825c08bf201 /drivers/dma/shdma.h | |
parent | 9dd056e9eba106ef622795b566f769a9ab0a49a8 (diff) | |
parent | 260bf2c5f69f419b04b6861ca91565b5fb16ce48 (diff) |
Merge branch 'common/dma' into sh-latest
Diffstat (limited to 'drivers/dma/shdma.h')
-rw-r--r-- | drivers/dma/shdma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/shdma.h b/drivers/dma/shdma.h index 6c73b654a5c..dc56576f9fd 100644 --- a/drivers/dma/shdma.h +++ b/drivers/dma/shdma.h @@ -47,6 +47,8 @@ struct sh_dmae_device { struct list_head node; u32 __iomem *chan_reg; u16 __iomem *dmars; + unsigned int chcr_offset; + u32 chcr_ie_bit; }; #define to_sh_chan(chan) container_of(chan, struct sh_dmae_chan, common) |