Go to the source code of this file.
|
void | pcbit_deliver (struct work_struct *work) |
|
int | pcbit_init_dev (int board, int mem_base, int irq) |
|
void | pcbit_terminate (int board) |
|
void | pcbit_l3_receive (struct pcbit_dev *dev, ulong msg, struct sk_buff *skb, ushort hdr_len, ushort refnum) |
|
void | pcbit_state_change (struct pcbit_dev *dev, struct pcbit_chan *chan, unsigned short i, unsigned short ev, unsigned short f) |
|
#define MAX_PCBIT_CARDS 4 |
#define MAXSUPERLINE 3000 |
#define PCBIT_IOCTL_APION 0x0C /* issue API_ON */ |
#define PCBIT_IOCTL_ENDLOAD 0x04 /* end load mode */ |
#define PCBIT_IOCTL_FWMODE 0x0A /* firmware write mode */ |
#define PCBIT_IOCTL_GETBYTE 0x06 /* get byte */ |
#define PCBIT_IOCTL_GETSTAT 0x01 /* layer2 status */ |
#define PCBIT_IOCTL_LWMODE 0x02 /* linear write mode */ |
#define PCBIT_IOCTL_PING188 0x09 /* ping 188 */ |
#define PCBIT_IOCTL_RUNNING 0x07 /* set protocol running */ |
#define PCBIT_IOCTL_SETBYTE 0x05 /* set byte */ |
#define PCBIT_IOCTL_STOP 0x0B /* stop protocol */ |
#define PCBIT_IOCTL_STRLOAD 0x03 /* start load mode */ |
#define PCBIT_IOCTL_WATCH188 0x08 /* set watch 188 */ |
Definition at line 71 of file drv.c.