Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hscx.h File Reference

Go to the source code of this file.

Macros

#define HSCX_ISTA   0x20
 
#define HSCX_CCR1   0x2f
 
#define HSCX_CCR2   0x2c
 
#define HSCX_TSAR   0x31
 
#define HSCX_TSAX   0x30
 
#define HSCX_XCCR   0x32
 
#define HSCX_RCCR   0x33
 
#define HSCX_MODE   0x22
 
#define HSCX_CMDR   0x21
 
#define HSCX_EXIR   0x24
 
#define HSCX_XAD1   0x24
 
#define HSCX_XAD2   0x25
 
#define HSCX_RAH2   0x27
 
#define HSCX_RSTA   0x27
 
#define HSCX_TIMR   0x23
 
#define HSCX_STAR   0x21
 
#define HSCX_RBCL   0x25
 
#define HSCX_XBCH   0x2d
 
#define HSCX_VSTR   0x2e
 
#define HSCX_RLCR   0x2e
 
#define HSCX_MASK   0x20
 

Functions

int HscxVersion (struct IsdnCardState *cs, char *s)
 
void modehscx (struct BCState *bcs, int mode, int bc)
 
void clear_pending_hscx_ints (struct IsdnCardState *cs)
 
void inithscx (struct IsdnCardState *cs)
 
void inithscxisac (struct IsdnCardState *cs, int part)
 

Macro Definition Documentation

#define HSCX_CCR1   0x2f

Definition at line 16 of file hscx.h.

#define HSCX_CCR2   0x2c

Definition at line 17 of file hscx.h.

#define HSCX_CMDR   0x21

Definition at line 23 of file hscx.h.

#define HSCX_EXIR   0x24

Definition at line 24 of file hscx.h.

#define HSCX_ISTA   0x20

Definition at line 15 of file hscx.h.

#define HSCX_MASK   0x20

Definition at line 35 of file hscx.h.

#define HSCX_MODE   0x22

Definition at line 22 of file hscx.h.

#define HSCX_RAH2   0x27

Definition at line 27 of file hscx.h.

#define HSCX_RBCL   0x25

Definition at line 31 of file hscx.h.

#define HSCX_RCCR   0x33

Definition at line 21 of file hscx.h.

#define HSCX_RLCR   0x2e

Definition at line 34 of file hscx.h.

#define HSCX_RSTA   0x27

Definition at line 28 of file hscx.h.

#define HSCX_STAR   0x21

Definition at line 30 of file hscx.h.

#define HSCX_TIMR   0x23

Definition at line 29 of file hscx.h.

#define HSCX_TSAR   0x31

Definition at line 18 of file hscx.h.

#define HSCX_TSAX   0x30

Definition at line 19 of file hscx.h.

#define HSCX_VSTR   0x2e

Definition at line 33 of file hscx.h.

#define HSCX_XAD1   0x24

Definition at line 25 of file hscx.h.

#define HSCX_XAD2   0x25

Definition at line 26 of file hscx.h.

#define HSCX_XBCH   0x2d

Definition at line 32 of file hscx.h.

#define HSCX_XCCR   0x32

Definition at line 20 of file hscx.h.

Function Documentation

void clear_pending_hscx_ints ( struct IsdnCardState *  cs)

Definition at line 218 of file hscx.c.

int HscxVersion ( struct IsdnCardState *  cs,
char s 
)

Definition at line 26 of file hscx.c.

void inithscx ( struct IsdnCardState *  cs)

Definition at line 244 of file hscx.c.

void inithscxisac ( struct IsdnCardState *  cs,
int  part 
)

Definition at line 261 of file hscx.c.

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

Definition at line 41 of file hscx.c.