[BACK]Return to iomdreg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / iomd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/iomd/iomdreg.h between version 1.2 and 1.3

version 1.2, 2002/01/08 21:00:12 version 1.3, 2003/12/31 14:40:32
Line 127 
Line 127 
   
 #define IOMD_DMA_SIZE           24  #define IOMD_DMA_SIZE           24
 #define IOMD_DMA_SPACING        32  #define IOMD_DMA_SPACING        32
   /* Each DMA channel has the same set of registers. */
   #define IOMD_DMAEND_STOP        0x80000000
   #define IOMD_DMAEND_LAST        0x40000000
   #define IOMD_DMAEND_OFFSET      0x00000fff
   #define IOMD_DMACR_CLEAR        0x80
   #define IOMD_DMACR_DIR          0x40
   #define IOMD_DMACR_ENABLE       0x20
   #define IOMD_DMACR_BYTE         0x01
   #define IOMD_DMACR_HALFWORD     0x02
   #define IOMD_DMACR_WORD         0x04
   #define IOMD_DMACR_QUADWORD     0x10
   #define IOMD_DMAST_OVERRUN      0x04
   #define IOMD_DMAST_INT          0x02
   #define IOMD_DMAST_BANKB        0x01
   #define IOMD_DMAST_BANKA        0x00
   
 #define IOMD_IO0CURA    0x00000040  #define IOMD_IO0CURA    0x00000040
 #define IOMD_IO0ENDA    0x00000041  #define IOMD_IO0ENDA    0x00000041
 #define IOMD_IO0CURB    0x00000042  #define IOMD_IO0CURB    0x00000042

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>