Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b73a19f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: BF54x: tweak DMAC MMR naming to match other ports

parent ba3f5973
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -301,10 +301,10 @@

/* DMAC0 Registers */

#define bfin_read_DMAC0_TCPER()		bfin_read16(DMAC0_TCPER)
#define bfin_write_DMAC0_TCPER(val)	bfin_write16(DMAC0_TCPER, val)
#define bfin_read_DMAC0_TCCNT()		bfin_read16(DMAC0_TCCNT)
#define bfin_write_DMAC0_TCCNT(val)	bfin_write16(DMAC0_TCCNT, val)
#define bfin_read_DMAC0_TC_PER()		bfin_read16(DMAC0_TC_PER)
#define bfin_write_DMAC0_TC_PER(val)	bfin_write16(DMAC0_TC_PER, val)
#define bfin_read_DMAC0_TC_CNT()		bfin_read16(DMAC0_TC_CNT)
#define bfin_write_DMAC0_TC_CNT(val)	bfin_write16(DMAC0_TC_CNT, val)

/* DMA Channel 0 Registers */

@@ -1155,10 +1155,10 @@

/* DMAC1 Registers */

#define bfin_read_DMAC1_TCPER()			bfin_read16(DMAC1_TCPER)
#define bfin_write_DMAC1_TCPER(val)		bfin_write16(DMAC1_TCPER, val)
#define bfin_read_DMAC1_TCCNT()			bfin_read16(DMAC1_TCCNT)
#define bfin_write_DMAC1_TCCNT(val)		bfin_write16(DMAC1_TCCNT, val)
#define bfin_read_DMAC1_TC_PER()			bfin_read16(DMAC1_TC_PER)
#define bfin_write_DMAC1_TC_PER(val)		bfin_write16(DMAC1_TC_PER, val)
#define bfin_read_DMAC1_TC_CNT()			bfin_read16(DMAC1_TC_CNT)
#define bfin_write_DMAC1_TC_CNT(val)		bfin_write16(DMAC1_TC_CNT, val)

/* DMA Channel 12 Registers */

+4 −4
Original line number Diff line number Diff line
@@ -198,8 +198,8 @@

/* DMAC0 Registers */

#define                      DMAC0_TCPER  0xffc00b0c   /* DMA Controller 0 Traffic Control Periods Register */
#define                      DMAC0_TCCNT  0xffc00b10   /* DMA Controller 0 Current Counts Register */
#define                     DMAC0_TC_PER  0xffc00b0c   /* DMA Controller 0 Traffic Control Periods Register */
#define                     DMAC0_TC_CNT  0xffc00b10   /* DMA Controller 0 Current Counts Register */

/* DMA Channel 0 Registers */

@@ -688,8 +688,8 @@

/* DMAC1 Registers */

#define                      DMAC1_TCPER  0xffc01b0c   /* DMA Controller 1 Traffic Control Periods Register */
#define                      DMAC1_TCCNT  0xffc01b10   /* DMA Controller 1 Current Counts Register */
#define                     DMAC1_TC_PER  0xffc01b0c   /* DMA Controller 1 Traffic Control Periods Register */
#define                     DMAC1_TC_CNT  0xffc01b10   /* DMA Controller 1 Current Counts Register */

/* DMA Channel 12 Registers */