~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/blackfin/mach-bf548/include/mach/defBF544.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
657
657
 
658
658
/* Bit masks for EPPI0 are obtained from common base header for EPPIx (EPPI1 and EPPI2) */
659
659
 
660
 
/* Bit masks for HMDMAx_CONTROL */
661
 
 
662
 
#define                   HMDMAEN  0x1        /* Handshake MDMA Enable */
663
 
#define                       REP  0x2        /* Handshake MDMA Request Polarity */
664
 
#define                       UTE  0x8        /* Urgency Threshold Enable */
665
 
#define                       OIE  0x10       /* Overflow Interrupt Enable */
666
 
#define                      BDIE  0x20       /* Block Done Interrupt Enable */
667
 
#define                      MBDI  0x40       /* Mask Block Done Interrupt */
668
 
#define                       DRQ  0x300      /* Handshake MDMA Request Type */
669
 
#define                       RBC  0x1000     /* Force Reload of BCOUNT */
670
 
#define                        PS  0x2000     /* Pin Status */
671
 
#define                        OI  0x4000     /* Overflow Interrupt Generated */
672
 
#define                       BDI  0x8000     /* Block Done Interrupt Generated */
673
 
 
674
 
/* ******************************************* */
675
 
/*     MULTI BIT MACRO ENUMERATIONS            */
676
 
/* ******************************************* */
677
 
 
678
660
#endif /* _DEF_BF544_H */