diff options
Diffstat (limited to 'drivers/isdn/hisax/isar.h')
| -rw-r--r-- | drivers/isdn/hisax/isar.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/isdn/hisax/isar.h b/drivers/isdn/hisax/isar.h index bf767658639..0f4d101faf3 100644 --- a/drivers/isdn/hisax/isar.h +++ b/drivers/isdn/hisax/isar.h @@ -4,12 +4,12 @@   *   * Author       Karsten Keil   * Copyright    by Karsten Keil      <keil@isdn4linux.de> - *  + *   * This software may be used and distributed according to the terms   * of the GNU General Public License, incorporated herein by reference.   *   */ -  +  #define ISAR_IRQMSK	0x04  #define ISAR_IRQSTA	0x04  #define ISAR_IRQBIT	0x75 @@ -21,7 +21,7 @@  #define ISAR_HIA	0x50  #define ISAR_MBOX	0x4c  #define ISAR_WADR	0x4a -#define ISAR_RADR	0x48  +#define ISAR_RADR	0x48  #define ISAR_HIS_VNR		0x14  #define ISAR_HIS_DKEY		0x02 @@ -32,9 +32,9 @@  #define ISAR_HIS_TIMERIRQ	0x25  #define ISAR_HIS_P0CFG		0x3c  #define ISAR_HIS_P12CFG		0x24 -#define ISAR_HIS_SARTCFG	0x25	 -#define ISAR_HIS_PUMPCFG	0x26	 -#define ISAR_HIS_PUMPCTRL	0x2a	 +#define ISAR_HIS_SARTCFG	0x25 +#define ISAR_HIS_PUMPCFG	0x26 +#define ISAR_HIS_PUMPCTRL	0x2a  #define ISAR_HIS_IOM2CFG	0x27  #define ISAR_HIS_IOM2REQ	0x07  #define ISAR_HIS_IOM2CTRL	0x2b @@ -43,7 +43,7 @@  #define ISAR_HIS_SDATA		0x20  #define ISAR_HIS_DPS1		0x40  #define ISAR_HIS_DPS2		0x80 -#define SET_DPS(x)		((x<<6) & 0xc0) +#define SET_DPS(x)		((x << 6) & 0xc0)  #define ISAR_CMD_TIMERIRQ_OFF	0x20  #define ISAR_CMD_TIMERIRQ_ON	0x21  | 
