diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-04-04 05:00:32 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-05-02 15:54:31 -0400 |
commit | 09bc85b08cc1c146e9b298015601b01a572a543e (patch) | |
tree | 2f2f3a2c88cedb0a84bb2e8a22bfe13cefe51653 /drivers/scsi/a2091.h | |
parent | 900e8d6b871a986f5adfa0e71112b8b9face177e (diff) |
[SCSI] a2091: Reindentation
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/a2091.h')
-rw-r--r-- | drivers/scsi/a2091.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/drivers/scsi/a2091.h b/drivers/scsi/a2091.h index 252528f2672e..1c3daa1fd754 100644 --- a/drivers/scsi/a2091.h +++ b/drivers/scsi/a2091.h | |||
@@ -12,38 +12,38 @@ | |||
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | 13 | ||
14 | #ifndef CMD_PER_LUN | 14 | #ifndef CMD_PER_LUN |
15 | #define CMD_PER_LUN 2 | 15 | #define CMD_PER_LUN 2 |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #ifndef CAN_QUEUE | 18 | #ifndef CAN_QUEUE |
19 | #define CAN_QUEUE 16 | 19 | #define CAN_QUEUE 16 |
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | /* | 22 | /* |
23 | * if the transfer address ANDed with this results in a non-zero | 23 | * if the transfer address ANDed with this results in a non-zero |
24 | * result, then we can't use DMA. | 24 | * result, then we can't use DMA. |
25 | */ | 25 | */ |
26 | #define A2091_XFER_MASK (0xff000001) | 26 | #define A2091_XFER_MASK (0xff000001) |
27 | 27 | ||
28 | typedef struct { | 28 | typedef struct { |
29 | unsigned char pad1[64]; | 29 | unsigned char pad1[64]; |
30 | volatile unsigned short ISTR; | 30 | volatile unsigned short ISTR; |
31 | volatile unsigned short CNTR; | 31 | volatile unsigned short CNTR; |
32 | unsigned char pad2[60]; | 32 | unsigned char pad2[60]; |
33 | volatile unsigned int WTC; | 33 | volatile unsigned int WTC; |
34 | volatile unsigned long ACR; | 34 | volatile unsigned long ACR; |
35 | unsigned char pad3[6]; | 35 | unsigned char pad3[6]; |
36 | volatile unsigned short DAWR; | 36 | volatile unsigned short DAWR; |
37 | unsigned char pad4; | 37 | unsigned char pad4; |
38 | volatile unsigned char SASR; | 38 | volatile unsigned char SASR; |
39 | unsigned char pad5; | 39 | unsigned char pad5; |
40 | volatile unsigned char SCMD; | 40 | volatile unsigned char SCMD; |
41 | unsigned char pad6[76]; | 41 | unsigned char pad6[76]; |
42 | volatile unsigned short ST_DMA; | 42 | volatile unsigned short ST_DMA; |
43 | volatile unsigned short SP_DMA; | 43 | volatile unsigned short SP_DMA; |
44 | volatile unsigned short CINT; | 44 | volatile unsigned short CINT; |
45 | unsigned char pad7[2]; | 45 | unsigned char pad7[2]; |
46 | volatile unsigned short FLUSH; | 46 | volatile unsigned short FLUSH; |
47 | } a2091_scsiregs; | 47 | } a2091_scsiregs; |
48 | 48 | ||
49 | #define DAWR_A2091 (3) | 49 | #define DAWR_A2091 (3) |