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

« back to all changes in this revision

Viewing changes to drivers/scsi/initio.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:
116
116
#define TUL_SBusId      0x89    /* 09 R   SCSI BUS ID                   */
117
117
#define TUL_STimeOut    0x8A    /* 0A W   Sel/Resel Time Out Register   */
118
118
#define TUL_SIdent      0x8A    /* 0A R   Identify Message Register     */
119
 
#define TUL_SAvail      0x8A    /* 0A R   Availiable Counter Register   */
 
119
#define TUL_SAvail      0x8A    /* 0A R   Available Counter Register   */
120
120
#define TUL_SData       0x8B    /* 0B R/W SCSI data in/out              */
121
121
#define TUL_SFifo       0x8C    /* 0C R/W FIFO                          */
122
122
#define TUL_SSignal     0x90    /* 10 R/W SCSI signal in/out            */
389
389
/* Bit Definition for status */
390
390
#define SCB_RENT        0x01
391
391
#define SCB_PEND        0x02
392
 
#define SCB_CONTIG      0x04    /* Contigent Allegiance */
 
392
#define SCB_CONTIG      0x04    /* Contingent Allegiance */
393
393
#define SCB_SELECT      0x08
394
394
#define SCB_BUSY        0x10
395
395
#define SCB_DONE        0x20