#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/major.h>
#include <asm/io.h>
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/timer.h>
#include <linux/wait.h>
#include <linux/isdnif.h>
#include <linux/tty.h>
#include <linux/serial_reg.h>
#include <linux/netdevice.h>
Go to the source code of this file.
#define CARD_AUX_IND 0x00F5 |
#define CARD_RELEASE 0x00F3 |
#define CARD_RESET 0x00F0 |
#define CC_ALERTING 0x0344 |
#define CC_CONNECT 0x0350 |
#define CC_CONNECT_ERR 0x03E4 |
#define CC_DISCONNECT 0x0360 |
#define CC_MORE_INFO 0x0310 |
#define CC_NOSETUP_RSP 0x03E0 |
#define CC_PROCEED_SEND 0x0374 |
#define CC_PROCEEDING 0x0340 |
#define CC_PROGRESS 0x0348 |
#define CC_RELEASE 0x0368 |
#define CC_RELEASE_ERR 0x03E5 |
#define CC_RESTART 0x03F4 |
#define CC_RESUME_ERR 0x03E3 |
#define CC_SETUP_COMPL 0x0330 |
#define CC_SETUP_ERR 0x03E1 |
#define CC_SUSPEND 0x0370 |
#define CC_SUSPEND_ERR 0x03E2 |
#define CC_TDSS1_IO 0x13F4 /* DSS1 IO user timer */ |
#define CC_TNI1_IO 0x13F5 /* NI1 IO user timer */ |
#define DL_ESTABLISH 0x0200 |
#define DL_RELEASE 0x0210 |
#define DL_UNIT_DATA 0x0230 |
#define HW_ACTIVATE 0x0010 |
#define HW_DEACTIVATE 0x0018 |
#define HW_INFO4_P10 0x0048 |
#define HW_INFO4_P8 0x0040 |
#define HW_POWERUP 0x0008 |
#define HW_TESTLOOP 0x0070 |
Value:do { \
int tout = jiffs; \
\
while (tout--) { \
while (loops--) \
udelay(1); \
} \
} while (0)
Definition at line 1304 of file hisax.h.
#define MAX_WAITING_CALLS 2 |
#define MDL_ASSIGN 0x0280 |
#define MDL_BC_ASSIGN 0x027C |
#define MDL_BC_RELEASE 0x0278 |
#define MDL_INFO_CONN 0x02E4 |
#define MDL_INFO_REL 0x02E8 |
#define MDL_INFO_SETUP 0x02E0 |
#define MDL_REMOVE 0x0284 |
#define MPH_ACTIVATE 0x0180 |
#define MPH_DEACTIVATE 0x0190 |
#define MPH_INFORMATION 0x01A0 |
#define PH_ACTIVATE 0x0100 |
#define PH_DEACTIVATE 0x0110 |
#define PH_TESTLOOP 0x0140 |
int CallcNewChan |
( |
struct IsdnCardState * |
cs | ) |
|