Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
elsa_ser.c File Reference
#include <linux/serial.h>
#include <linux/serial_reg.h>
#include <linux/slab.h>

Go to the source code of this file.

Macros

#define MAX_MODEM_BUF   256
 
#define WAKEUP_CHARS   (MAX_MODEM_BUF / 2)
 
#define RS_ISR_PASS_LIMIT   256
 
#define BASE_BAUD   (1843200 / 16)
 
#define RCV_DELAY   20
 
#define RCV_DELAY   20
 

Functions

int open_hscxstate (struct IsdnCardState *cs, struct BCState *bcs)
 
void modehscx (struct BCState *bcs, int mode, int bc)
 
void hscx_l2l1 (struct PStack *st, int pr, void *arg)
 

Macro Definition Documentation

#define BASE_BAUD   (1843200 / 16)

Definition at line 17 of file elsa_ser.c.

#define MAX_MODEM_BUF   256

Definition at line 14 of file elsa_ser.c.

#define RCV_DELAY   20
#define RCV_DELAY   20
#define RS_ISR_PASS_LIMIT   256

Definition at line 16 of file elsa_ser.c.

#define WAKEUP_CHARS   (MAX_MODEM_BUF / 2)

Definition at line 15 of file elsa_ser.c.

Function Documentation

void hscx_l2l1 ( struct PStack *  st,
int  pr,
void arg 
)

Definition at line 96 of file hscx.c.

void modehscx ( struct BCState *  bcs,
int  mode,
int  bc 
)

Definition at line 41 of file hscx.c.

int open_hscxstate ( struct IsdnCardState *  cs,
struct BCState *  bcs 
)

Definition at line 175 of file hscx.c.