#include <linux/init.h>
#include "hisax.h"
#include "isac.h"
#include "isdnl1.h"
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/isapnp.h>
#include <linux/interrupt.h>
Go to the source code of this file.
#define AVM_ISAC_FIFO 0x02 |
#define AVM_ISAC_REG_HIGH 0x06 |
#define AVM_ISAC_REG_LOW 0x04 |
#define AVM_STATUS0_DIS_TIMER 0x02 |
#define AVM_STATUS0_ENA_IRQ 0x08 |
#define AVM_STATUS0_IRQ_HDLC 0x02 |
#define AVM_STATUS0_IRQ_ISAC 0x01 |
#define AVM_STATUS0_IRQ_MASK 0x07 |
#define AVM_STATUS0_IRQ_TIMER 0x04 |
#define AVM_STATUS0_RES_TIMER 0x04 |
#define AVM_STATUS0_RESET 0x01 |
#define AVM_STATUS0_TESTBIT 0x10 |
#define AVM_STATUS1_ENA_IOM 0x80 |
#define AVM_STATUS1_INT_SEL 0x0f |
#define HDLC_CMD_RRS 0x20 |
#define HDLC_CMD_XME 0x01 |
#define HDLC_CMD_XML_MASK 0x3f00 |
#define HDLC_CMD_XRS 0x80 |
#define HDLC_INT_MASK 0xE0 |
#define HDLC_INT_RPR 0x20 |
#define HDLC_INT_XDU 0x40 |
#define HDLC_INT_XPR 0x80 |
#define HDLC_MODE_CCR_16 0x08 |
#define HDLC_MODE_CCR_7 0x04 |
#define HDLC_MODE_ITF_FLG 0x01 |
#define HDLC_MODE_TESTLOOP 0x80 |
#define HDLC_MODE_TRANS 0x02 |
#define HDLC_STAT_CRCVFR 0x06 |
#define HDLC_STAT_CRCVFRRAB 0x0E |
#define HDLC_STAT_RDO 0x10 |
#define HDLC_STAT_RME 0x01 |
#define HDLC_STAT_RML_MASK 0x3f00 |