Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hisax_isac.h File Reference
#include <linux/kernel.h>
#include "fsm.h"
#include "hisax_if.h"

Go to the source code of this file.

Data Structures

struct  isac
 

Macros

#define TIMER3_VALUE   7000
 
#define MAX_DFRAME_LEN_L1   300
 
#define ISAC_IOM1   0
 

Functions

void isac_init (struct isac *isac)
 
void isac_d_l2l1 (struct hisax_if *hisax_d_if, int pr, void *arg)
 
void isac_setup (struct isac *isac)
 
void isac_irq (struct isac *isac)
 
void isacsx_setup (struct isac *isac)
 
void isacsx_irq (struct isac *isac)
 

Macro Definition Documentation

#define ISAC_IOM1   0

Definition at line 11 of file hisax_isac.h.

#define MAX_DFRAME_LEN_L1   300

Definition at line 9 of file hisax_isac.h.

#define TIMER3_VALUE   7000

Definition at line 8 of file hisax_isac.h.

Function Documentation

void isac_d_l2l1 ( struct hisax_if hisax_d_if,
int  pr,
void arg 
)

Definition at line 839 of file hisax_isac.c.

void isac_init ( struct isac isac)

Definition at line 757 of file hisax_isac.c.

void isac_irq ( struct isac isac)

Definition at line 604 of file hisax_isac.c.

void isac_setup ( struct isac isac)

Definition at line 772 of file hisax_isac.c.

void isacsx_irq ( struct isac isac)

Definition at line 744 of file hisax_isac.c.

void isacsx_setup ( struct isac isac)

Definition at line 823 of file hisax_isac.c.