[BACK]Return to mixcom.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / net / wan

File: [Development] / linux-2.4-xfs / drivers / net / wan / mixcom.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

/*
 * Defines for the mixcom board
 *
 * Author: Gergely Madarasz <gorgo@itc.hu>
 *
 * Copyright (C) 1999 ITConsult-Pro Co. <info@itc.hu>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version
 * 2 of the License, or (at your option) any later version.
 *
 */

#define	MIXCOM_IO_EXTENT	0x20

#define	MIXCOM_DEFAULT_IO	0x180
#define	MIXCOM_DEFAULT_IRQ	5

#define MIXCOM_ID		0x11
#define MIXCOM_SERIAL_OFFSET	0x1000
#define MIXCOM_CHANNEL_OFFSET	0x400
#define MIXCOM_IT_OFFSET	0xc14
#define MIXCOM_STATUS_OFFSET	0xc14
#define MIXCOM_ID_OFFSET	0xc10
#define MIXCOM_ON		0x1
#define MIXCOM_OFF		0x0

/* Status register bits */

#define MIXCOM_CTSB		0x1
#define MIXCOM_CTSA		0x2
#define MIXCOM_CHANNELNO	0x20
#define MIXCOM_POWERFAIL	0x40
#define MIXCOM_BOOT		0x80