Skip to content

Commit

Permalink
sh: add SH DMAC burst mode constant
Browse files Browse the repository at this point in the history
The SH7709 datasheet defines bit 5 as set for burst mode, clear for
cycle-steal mode.

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Steve Glendinning authored and Paul Mundt committed Dec 22, 2008
1 parent c2c5883 commit f617682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/drivers/dma/dma-sh.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define RS_IN 0x00000200
#define RS_OUT 0x00000300
#define TS_BLK 0x00000040
#define TM_BUR 0x00000020
#define CHCR_DE 0x00000001
#define CHCR_TE 0x00000002
#define CHCR_IE 0x00000004
Expand Down

0 comments on commit f617682

Please sign in to comment.